This commit is contained in:
Kyle
2019-08-18 15:32:38 -07:00
parent c807380ddc
commit dbd6a8b088
2 changed files with 4 additions and 6 deletions

View File

@@ -264,7 +264,7 @@ function moveTouch() {
touchX[i] = event.touches[i].clientX
touchY[i] = event.touches[i].clientY
}
setTimeout(function(){window.scrollTo(0, 0)},50)
// setTimeout(function(){window.scrollTo(0, 0)},50)
}
function endTouch() {
for (var i = 1; i <= playerList.length; i++) {
@@ -316,4 +316,4 @@ function clockCheck(tappedPlayerBox, lastTapID) {
tappedPlayerBox.holdTime = 0
}
}
//Updated :D
//Updated :D