From 39e3e49eec6f6fe9bc1e7434bfb1ea4eddf9088f Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 14 Mar 2008 19:22:29 +0000 Subject: [PATCH] removed debugging alert git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@9020 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/skin/default/js/result_common.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Open-ILS/web/opac/skin/default/js/result_common.js b/Open-ILS/web/opac/skin/default/js/result_common.js index 318cba5aa1..0d9d02efe9 100644 --- a/Open-ILS/web/opac/skin/default/js/result_common.js +++ b/Open-ILS/web/opac/skin/default/js/result_common.js @@ -172,8 +172,6 @@ function resultLowHits() { 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); -- 2.11.0