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