Lines 1033-1039
Note that permanent location is a code, and location may be an authval.
Link Here
|
1033 |
var interface = "[% interface | html %]"; |
1033 |
var interface = "[% interface | html %]"; |
1034 |
var theme = "[% theme | html %]"; |
1034 |
var theme = "[% theme | html %]"; |
1035 |
// http://www.oreillynet.com/pub/a/javascript/2003/10/21/amazonhacks.html |
1035 |
// http://www.oreillynet.com/pub/a/javascript/2003/10/21/amazonhacks.html |
1036 |
function verify_images() { |
1036 |
function verify_cover_images() { |
1037 |
// Loop over each container in the template which contains covers |
1037 |
// Loop over each container in the template which contains covers |
1038 |
$(".cover-slider").each(function(){ |
1038 |
$(".cover-slider").each(function(){ |
1039 |
var lightbox_descriptions = []; |
1039 |
var lightbox_descriptions = []; |
Lines 1310-1316
Note that permanent location is a code, and location may be an authval.
Link Here
|
1310 |
}); |
1310 |
}); |
1311 |
|
1311 |
|
1312 |
$(window).load(function() { |
1312 |
$(window).load(function() { |
1313 |
verify_images(); |
1313 |
verify_cover_images(); |
1314 |
}); |
1314 |
}); |
1315 |
</script> |
1315 |
</script> |
1316 |
[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %] |
1316 |
[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %] |