[Koha-patches] [PATCH] Remove js debugging which caused failure of "uncheck all."

Owen Leonard oleonard at myacpl.org
Sat Sep 12 01:53:00 CEST 2009


---
 .../en/modules/admin/branch_transfer_limits.tmpl   |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tmpl
index 1b25f6f..4d46b42 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tmpl
@@ -38,7 +38,6 @@
 		});
 
 		$(uncheckall).click(function(){
-			console.log("Clicked");
 			var tid = $(this).attr("id");
 			tid = tid.replace("UncheckAll","");
 			$("#"+tid).unCheckCheckboxes();
-- 
1.5.6.5




More information about the Koha-patches mailing list