Update life.js

This commit is contained in:
Kyle
2019-08-11 17:55:45 -07:00
parent 3735d0c6df
commit 0568c348a1

View File

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