forked from GithubMirrors/cardconjurer
		
	Update life.js
This commit is contained in:
		@@ -287,6 +287,6 @@ 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]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
document.addEventListener("touchmove", function(event) {
 | 
					document.documentElement.addEventListener("touchmove", function(event) {
 | 
				
			||||||
	event.preventDefault()
 | 
						event.preventDefault()
 | 
				
			||||||
}, false)
 | 
					}, false)
 | 
				
			||||||
		Reference in New Issue
	
	Block a user