From: erickson Date: Fri, 14 Mar 2008 19:22:29 +0000 (+0000) Subject: removed debugging alert X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=39e3e49eec6f6fe9bc1e7434bfb1ea4eddf9088f;p=Evergreen.git removed debugging alert git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@9020 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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);