Skip to content
Snippets Groups Projects
Commit 32969896 authored by Ere Maijala's avatar Ere Maijala Committed by Robert Lange
Browse files

Expose the ability to check ajax item status for a single search result. (#1670)

parent beb34cf7
No related merge requests found
...@@ -210,5 +210,5 @@ VuFind.register('itemStatuses', function ItemStatuses() { ...@@ -210,5 +210,5 @@ VuFind.register('itemStatuses', function ItemStatuses() {
} }
} }
return { init: init, check: checkItemStatuses }; return { init: init, check: checkItemStatuses, checkRecord: checkItemStatus };
}); });
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment