This commit is contained in:
Kyle
2019-08-10 15:59:59 -07:00
parent 140448fd0e
commit d7b54a253b
2 changed files with 3 additions and 1 deletions

View File

@@ -224,7 +224,6 @@ function updateBackgroundColor(color) {
function switchToTouchEvents() {
alert("switching to touch events!")
document.removeEventListener("mousedown")
document.removeEventListener("mouseup")
document.addEventListener("touchstart", function() {

View File

@@ -121,6 +121,9 @@
}
* {
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
font-family: belerenbsc;
font-size: 24pt;
margin: 0px;