Update life.js

This commit is contained in:
Kyle
2019-08-11 17:43:17 -07:00
parent 9b7b6d4f13
commit 3735d0c6df

View File

@@ -287,6 +287,6 @@ function inputCardArtName(cardArtNameInput) {
function inputCardArtNameNumber(cardArtNameNumberInput) {
playerList[parseInt(document.getElementById('inputPlayer').value) - 1].canvas.customVarImage.src = cardArtUrlList[cardArtNameNumberInput - 1]
}
document.addEventListener("touchmove", function(event) {
document.documentElement.addEventListener("touchmove", function(event) {
event.preventDefault()
}, false)