fix bad char
parent
2fb0acfcc3
commit
75b4de94a7
|
@ -127,7 +127,7 @@ function loadImage2Monitor( monId, url ) {
|
|||
}
|
||||
function timerFire() {
|
||||
// See if we need to reschedule
|
||||
if ( currentDisplayInterval != timerInterval || currentSpeed == 0 ) {
|
||||
if ( currentDisplayInterval != timerInterval || currentSpeed == 0 ) {
|
||||
// zero just turn off interrupts
|
||||
clearInterval(timerObj);
|
||||
timerInterval=currentDisplayInterval;
|
||||
|
|
Loading…
Reference in New Issue