From 9aa9a69f2c4be2f81d725d6ae56cc318827eb22f Mon Sep 17 00:00:00 2001
From: Kyle <41976328+ImKyle4815@users.noreply.github.com>
Date: Sun, 11 Aug 2019 17:19:55 -0700
Subject: [PATCH] life
---
data/life/life.js | 5 ++++-
life.html | 6 +++---
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/data/life/life.js b/data/life/life.js
index 39fa7d03..10afc8d2 100644
--- a/data/life/life.js
+++ b/data/life/life.js
@@ -286,4 +286,7 @@ function inputCardArtName(cardArtNameInput) {
}
function inputCardArtNameNumber(cardArtNameNumberInput) {
playerList[parseInt(document.getElementById('inputPlayer').value) - 1].canvas.customVarImage.src = cardArtUrlList[cardArtNameNumberInput - 1]
-}
\ No newline at end of file
+}
+document.getElementById("gridShell").addEventListener("touchmove", function(event) {
+ event.preventDefault()
+})
\ No newline at end of file
diff --git a/life.html b/life.html
index 4450a381..4b2ae628 100644
--- a/life.html
+++ b/life.html
@@ -52,7 +52,7 @@
Starting Life Total:
- For a better experience, save this website to your home screen and open it from there.
+ For an optimal experience, save this website to your home screen and open it from there.