From b5c8b19e2afd6d9dcc2cb90cb2f44617d36b4426 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 510226b651..e6b36292a5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl @@ -20,17 +20,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