Lines 1018-1024
Note that permanent location is a code, and location may be an authval.
Link Here
|
1018 |
var interface = "[% interface | html %]"; |
1018 |
var interface = "[% interface | html %]"; |
1019 |
var theme = "[% theme | html %]"; |
1019 |
var theme = "[% theme | html %]"; |
1020 |
// http://www.oreillynet.com/pub/a/javascript/2003/10/21/amazonhacks.html |
1020 |
// http://www.oreillynet.com/pub/a/javascript/2003/10/21/amazonhacks.html |
1021 |
function verify_images() { |
1021 |
function verify_cover_images() { |
1022 |
// Loop over each container in the template which contains covers |
1022 |
// Loop over each container in the template which contains covers |
1023 |
$(".cover-slider").each(function(){ |
1023 |
$(".cover-slider").each(function(){ |
1024 |
var lightbox_descriptions = []; |
1024 |
var lightbox_descriptions = []; |
Lines 1293-1299
Note that permanent location is a code, and location may be an authval.
Link Here
|
1293 |
}); |
1293 |
}); |
1294 |
|
1294 |
|
1295 |
$(window).load(function() { |
1295 |
$(window).load(function() { |
1296 |
verify_images(); |
1296 |
verify_cover_images(); |
1297 |
}); |
1297 |
}); |
1298 |
</script> |
1298 |
</script> |
1299 |
[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %] |
1299 |
[% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %] |