mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
mobile
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user