Commit 49362408 authored by wangdx's avatar wangdx

replace console.log with alert

parent d7afb51b
......@@ -48,7 +48,7 @@ var getNextPage = function () {
},
success: function(result, textStatus){
if (!result.sc) {
console.log("[B3log-Solo Err]: " + result);
alert("[B3log-Solo Err]: " + result);
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