Update app.js

pull/990/head
Andrew Gregory 2021-12-03 12:15:44 +08:00 committed by GitHub
parent 517ff25fc2
commit 36ae60a81a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -206,10 +206,6 @@ function draw() {
}
if (drewcur) {
// the current token has been drawn - schedule a redraw
clearTimeout(state.idletimer);
if (state.drawtimer) {
clearTimeout(state.drawtimer);
}
if (tokens[state.curtoken].period > 0) {
timerdly = (state.otp == calculating) ? 1 : 1000; // timed
} else {