Commit e13351ca authored by wangdx's avatar wangdx

remove the error message alert line

parent 49362408
...@@ -48,7 +48,6 @@ var getNextPage = function () { ...@@ -48,7 +48,6 @@ var getNextPage = function () {
}, },
success: function(result, textStatus){ success: function(result, textStatus){
if (!result.sc) { if (!result.sc) {
alert("[B3log-Solo Err]: " + result);
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment