We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1c8ed commit 4a95767Copy full SHA for 4a95767
1 file changed
themes/bootstrap5/js/check_item_statuses.js
@@ -36,6 +36,9 @@ VuFind.register('itemStatuses', function ItemStatuses() {
36
VuFind.setInnerHtml(callnumAndLocation, VuFind.updateCspNonce(result.full_status));
37
});
38
el.querySelectorAll('.callnumber,.hideIfDetailed,.location,.status').forEach((e) => { e.classList.add('hidden'); });
39
+ el.querySelectorAll('.getThis').forEach((link) => {
40
+ VuFind.lightbox.bind(link);
41
+ });
42
} else if (typeof(result.missing_data) !== 'undefined'
43
&& result.missing_data
44
) {
0 commit comments