mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Update life.js
This commit is contained in:
@@ -287,7 +287,7 @@ function inputCardArtName(cardArtNameInput) {
|
|||||||
function inputCardArtNameNumber(cardArtNameNumberInput) {
|
function inputCardArtNameNumber(cardArtNameNumberInput) {
|
||||||
playerList[parseInt(document.getElementById('inputPlayer').value) - 1].canvas.customVarImage.src = cardArtUrlList[cardArtNameNumberInput - 1]
|
playerList[parseInt(document.getElementById('inputPlayer').value) - 1].canvas.customVarImage.src = cardArtUrlList[cardArtNameNumberInput - 1]
|
||||||
}
|
}
|
||||||
function cancelTouchMove(event) {
|
document.getElementById("mainGrid").addEventListener("touchmove", function(event) {
|
||||||
event.preventDefault()
|
event.preventDefault()
|
||||||
}
|
console.log("it ran?")
|
||||||
document.documentElement.addEventListener("touchmove", cancelTouchMove(event), false)
|
}, false)
|
Reference in New Issue
Block a user