Commit 9beb30bf authored by Quxl's avatar Quxl

C

parent 1b61f941
......@@ -175,13 +175,7 @@ body {
}
});
window.onresize = function() {
var w = document.documentElement.clientWidth || document.body.clientWidth;
var h = document.documentElement.clientHeight || document.body.clientHeight;
$("#app").width(w);
$("#app").height(h);
}
window.onresize();
</script>
</body>
</html>
\ No newline at end of file
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