[Koha-patches] [PATCH] [SIGNED-OFF] Fix for Bug 6109, Hey!

Katrin Fischer Katrin.Fischer.83 at web.de
Thu Apr 7 15:44:28 CEST 2011


From: Owen Leonard <oleonard at myacpl.org>

Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
---
 .../prog/en/modules/tools/stage-marc-import.tmpl   |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl
index 4553f1a..4863f9d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tmpl
@@ -11,9 +11,6 @@
 //<![CDATA[
 $(document).ready(function(){
 	$("#processfile").hide();
-	$("#uploadfile").submit(function(){
-		alert("Hey!");
-	});
 });
 function CheckForm(f) {
     if ($("#fileToUpload").value == '') {
-- 
1.7.1



More information about the Koha-patches mailing list