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

Owen Leonard oleonard at myacpl.org
Thu Apr 7 14:43:23 CEST 2011


---
 .../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.3



More information about the Koha-patches mailing list