From 6a86ce7581629c0364f1202779f31fdbfdc9e02b Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 27 May 2009 13:10:45 -0500 Subject: [PATCH] bug 3263: fixed ersatz references to AmazonContent Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/catalogue/results.tmpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 2fb76c3aa1..e240fcb26a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl @@ -23,17 +23,15 @@ function verify_images() { $(document).ready(function() { - $('#sortbyform').find("input:submit").hide(); $('#sort_by').change(function() { $('#sortbyform').submit(); }); - $("#z3950searchc").empty(); yuiZ3950button(); }); - + $(window).load(function() { verify_images(); }); -- 2.39.5