Lines 1052-1058
Link Here
|
1052 |
$("#marcPreview .modal-body").load(page + " table"); |
1052 |
$("#marcPreview .modal-body").load(page + " table"); |
1053 |
$('#marcPreview').modal({show:true}); |
1053 |
$('#marcPreview').modal({show:true}); |
1054 |
}); |
1054 |
}); |
1055 |
$("#marcPreview").on("hidden", function(){ |
1055 |
$("#marcPreview").on("hidden.bs.modal", function(){ |
1056 |
$("#marcPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface | html %]/[% theme | html %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); |
1056 |
$("#marcPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface | html %]/[% theme | html %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>"); |
1057 |
}); |
1057 |
}); |
1058 |
[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %] |
1058 |
[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %] |