From d7b54a253b142a5e3629b278e3822c09b2bba86e Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Sat, 10 Aug 2019 15:59:59 -0700 Subject: [PATCH] life --- data/life/life.js | 1 - life.html | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/data/life/life.js b/data/life/life.js index 98c61ece..2353ba56 100644 --- a/data/life/life.js +++ b/data/life/life.js @@ -224,7 +224,6 @@ function updateBackgroundColor(color) { function switchToTouchEvents() { - alert("switching to touch events!") document.removeEventListener("mousedown") document.removeEventListener("mouseup") document.addEventListener("touchstart", function() { diff --git a/life.html b/life.html index f98cbb44..ec3c6eb3 100644 --- a/life.html +++ b/life.html @@ -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;