[open-ils-commits] r9019 - trunk/Open-ILS/web/opac/skin/default/js

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Mar 14 15:55:48 EDT 2008


Author: erickson
Date: 2008-03-14 15:22:08 -0400 (Fri, 14 Mar 2008)
New Revision: 9019

Modified:
   trunk/Open-ILS/web/opac/skin/default/js/result_common.js
Log:
removed debugging alert

Modified: trunk/Open-ILS/web/opac/skin/default/js/result_common.js
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/js/result_common.js	2008-03-14 19:12:38 UTC (rev 9018)
+++ trunk/Open-ILS/web/opac/skin/default/js/result_common.js	2008-03-14 19:22:08 UTC (rev 9019)
@@ -176,8 +176,6 @@
 	if(getHitCount() > 0)
 		unHideMe($('result_low_hits_msg'));
 
-    alert(js2JSON(resultCompiledSearch));
-
     var words = [];
     for(var key in resultCompiledSearch.searches) 
         words.push(resultCompiledSearch.searches[key].term);



More information about the open-ils-commits mailing list