forked from MarseyWorld/MarseyWorld
remove leftover console.log
parent
146eb45122
commit
5e35b9e2c7
|
@ -197,7 +197,6 @@ document.addEventListener("click", function(e){
|
|||
const inputs = document.querySelectorAll('input[type="number"]')
|
||||
for (const input of inputs) {
|
||||
input.onkeyup = () => {
|
||||
console.log(1)
|
||||
if (parseInt(input.value) > parseInt(input.max)) input.value = input.max;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue