Commit 81fdef6b authored by Sun's avatar Sun
Browse files

no commit message

parent 8c87411b
...@@ -114,7 +114,8 @@ var App = function () { ...@@ -114,7 +114,8 @@ var App = function () {
de.webkitRequestFullScreen(); de.webkitRequestFullScreen();
} }
else { else {
App.alert({message: "该浏览器不支持全屏!", type: "danger"}); alert("该浏览器不支持全屏!");
//App.alert({message: "该浏览器不支持全屏!", type: "danger"});
} }
}; };
......
Supports Markdown
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