From 28e4bfb22c5e69af72aed252eb6c7eba6f36f6f6 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 9 Jan 2015 08:38:44 -0500 Subject: [PATCH] Bug 13364 - QA Followup --- .../prog/en/modules/tools/cn_browser.tt | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cn_browser.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cn_browser.tt index 7de6ae3..52d2628 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cn_browser.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cn_browser.tt @@ -30,10 +30,10 @@ $(document).ready(function() }); $("#course_reserves").tablesorter({sorter:'textspec'}); - $("#cn_browser_submit").click(function(){ - window.location.href='/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=cn_browser.pl&popup&q='+$("#cn_browser_input").val(); - return false; - }); + $("#cn_browser_submit").click(function(){ + window.location.href='/cgi-bin/koha/cataloguing/plugin_launcher.pl?plugin_name=cn_browser.pl&popup&q='+$("#cn_browser_input").val(); + return false; + }); } -- 1.7.2.5