heihe view中减少错误提示以方便用户操作

This commit is contained in:
Li Jianxuan 2011-11-28 02:59:22 +00:00
parent bcedb2097c
commit aaf3dd6184
1 changed files with 0 additions and 1 deletions

View File

@ -480,7 +480,6 @@ function cnkiSearch(keyword){
success:function(html){ success:function(html){
var items = []; var items = [];
var obj = jQuery.parseJSON(html); var obj = jQuery.parseJSON(html);
alert(obj.error);
if(obj.error != '') if(obj.error != '')
{ {
items.push('<li>' + obj.error + '</li>'); items.push('<li>' + obj.error + '</li>');