From 478a009a14c557b09b941d3589806c5a0fd11f52 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 14 Mar 2008 19:22:08 +0000 Subject: [PATCH] removed debugging alert git-svn-id: svn://svn.open-ils.org/ILS/trunk@9019 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 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); -- 2.43.2