提交 2c6f1d6e 编写于 作者: J Jason Song 提交者: nobodyiam

fix number display, such as 123456789789798789

上级 fba9811f
......@@ -21,11 +21,10 @@ function showTextModalDirective() {
function isJsonText(text) {
try {
JSON.parse(text);
return typeof JSON.parse(text) === "object";
} catch (e) {
return false;
}
return true;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册