heihe view中减少错误提示以方便用户操作
This commit is contained in:
parent
bcedb2097c
commit
aaf3dd6184
|
@ -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('<li>' + obj.error + '</li>');
|
||||
|
|
Loading…
Reference in New Issue