|
Lines 174-179
function verify_images() {
Link Here
|
| 174 |
|
174 |
|
| 175 |
$(document).ready(function() { |
175 |
$(document).ready(function() { |
| 176 |
$('#bibliodetails').tabs(); |
176 |
$('#bibliodetails').tabs(); |
|
|
177 |
[% IF count == 0 %]$('#bibliodetails').tabs("option", "active", 3);[% END %] |
| 177 |
$('#search-form').focus(); |
178 |
$('#search-form').focus(); |
| 178 |
$('.thumbnails > li > a > span.remove').click(function() { |
179 |
$('.thumbnails > li > a > span.remove').click(function() { |
| 179 |
var result = confirm(_("Are you sure you want to delete this cover image?")); |
180 |
var result = confirm(_("Are you sure you want to delete this cover image?")); |