X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fcatalogue%2Fresults.tmpl;h=dd3c5dbae1e31aa0533090bd768c9393fdc6a82a;hb=b18661529f4866fbdf2459d52282cbca3422b245;hp=8de3c38fa7ef582c7fbc568cb06755df5a0f8e6b;hpb=fd75507a55ceebdbdc06fc62ead9cf376b90d570;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl index 8de3c38fa7..dd3c5dbae1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl @@ -21,11 +21,6 @@ function verify_images() { } }); } -$(window).load(function() { - verify_images(); -}); - - var q_array = new Array(); // will hold search terms, if present $(window).load(function() { @@ -80,7 +75,7 @@ $(".addtocart").show(); return false; } else if($("#addto").find("option:selected").attr("value") == "newlist"){ if (vShelfAdd()) { - Dopop('/cgi-bin/koha/virtualshelves/addbybiblionumber.pl?newshelf=1&confirm=1&' + vShelfAdd()); + Dopop('/cgi-bin/koha/virtualshelves/addbybiblionumber.pl?newshelf=1&' + vShelfAdd()); } return false; }