This commit is contained in:
Kyle
2018-11-09 19:36:04 -08:00
parent 51abc735a5
commit 964a041594
2 changed files with 20 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
//============================================//
//The following bits of code are run immediatly to initialize the program while allowing the variables to remain global.
//Setup viewport!
var minimumWidth = 783
var minimumWidth = 800
var viewport = document.createElement("meta")
viewport.setAttribute("name", "viewport")
if (screen.width < minimumWidth) {