fix bad char

pull/2077/head
Isaac Connor 2017-10-16 12:21:19 -07:00
parent 2fb0acfcc3
commit 75b4de94a7
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ function loadImage2Monitor( monId, url ) {
}
function timerFire() {
// See if we need to reschedule
if ( currentDis playInterval != timerInterval || currentSpeed == 0 ) {
if ( currentDisplayInterval != timerInterval || currentSpeed == 0 ) {
// zero just turn off interrupts
clearInterval(timerObj);
timerInterval=currentDisplayInterval;