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