From: erickson Date: Fri, 14 Mar 2008 19:22:08 +0000 (+0000) Subject: removed debugging alert X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=478a009a14c557b09b941d3589806c5a0fd11f52;p=Evergreen.git removed debugging alert git-svn-id: svn://svn.open-ils.org/ILS/trunk@9019 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 a9d5b382ca..4171d850b1 100644 --- a/Open-ILS/web/opac/skin/default/js/result_common.js +++ b/Open-ILS/web/opac/skin/default/js/result_common.js @@ -176,8 +176,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);