mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-28 05:41:55 -05:00
Update life.js
This commit is contained in:
@@ -175,7 +175,7 @@ function inputCardArtNameNumber(cardArtNameNumberInput) {
|
|||||||
// setTimeout(function(){drawPlayerBox(parseInt(document.getElementById("inputPlayer").value))}, 500)
|
// setTimeout(function(){drawPlayerBox(parseInt(document.getElementById("inputPlayer").value))}, 500)
|
||||||
}
|
}
|
||||||
document.getElementById("mainGrid").addEventListener("touchmove", function(event) {
|
document.getElementById("mainGrid").addEventListener("touchmove", function(event) {
|
||||||
event.preventDefault()
|
// event.preventDefault()
|
||||||
}, false)
|
}, false)
|
||||||
function rollRNG() {
|
function rollRNG() {
|
||||||
document.getElementById("rngOutput").innerHTML = Math.floor(Math.random() * (parseInt(document.getElementById("inputRNGMax").value) - parseInt(document.getElementById("inputRNGMin").value) + 1) + parseInt(document.getElementById("inputRNGMin").value))
|
document.getElementById("rngOutput").innerHTML = Math.floor(Math.random() * (parseInt(document.getElementById("inputRNGMax").value) - parseInt(document.getElementById("inputRNGMin").value) + 1) + parseInt(document.getElementById("inputRNGMin").value))
|
||||||
|
Reference in New Issue
Block a user