From aaf3dd6184e5a66864bb7bac687f76288c364189 Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Mon, 28 Nov 2011 02:59:22 +0000 Subject: [PATCH] =?UTF-8?q?heihe=20view=E4=B8=AD=E5=87=8F=E5=B0=91?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E4=BB=A5=E6=96=B9=E4=BE=BF?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/default/views/scripts/heihe/view.phtml | 1 - 1 file changed, 1 deletion(-) diff --git a/application/default/views/scripts/heihe/view.phtml b/application/default/views/scripts/heihe/view.phtml index 3a905e22..f3ecdc50 100755 --- a/application/default/views/scripts/heihe/view.phtml +++ b/application/default/views/scripts/heihe/view.phtml @@ -480,7 +480,6 @@ function cnkiSearch(keyword){ success:function(html){ var items = []; var obj = jQuery.parseJSON(html); - alert(obj.error); if(obj.error != '') { items.push('
  • ' + obj.error + '
  • ');