Reduced the Now Playing screen AJAX on load from 9 to 2.

This commit is contained in:
Albert Santoni 2015-04-10 19:52:06 -04:00
parent 095ca86b34
commit b11e98ea24
4 changed files with 12 additions and 8 deletions

View file

@ -328,10 +328,10 @@ AIRTIME = (function(AIRTIME) {
setTimeout(checkScheduleUpdates, 5000);
}
});
}
//check if the timeline view needs updating.
checkScheduleUpdates();
//check if the timeline view needs updating.
setTimeout(checkScheduleUpdates, 5000);
}
};
mod.onResize = function() {