CC-3688 : Make sure timeline knows to refresh itself when a rebroadcast file has been scheduled

forgot I commented out the check when fixing something in the past....
This commit is contained in:
Naomi Aro 2012-04-24 17:21:59 +02:00
parent 0d537d05ac
commit 8020ae0a29
1 changed files with 1 additions and 2 deletions

View File

@ -206,7 +206,6 @@ AIRTIME = (function(AIRTIME) {
}
});
/*
//check if the timeline viewed needs updating.
setInterval(function(){
var data = {},
@ -238,7 +237,7 @@ AIRTIME = (function(AIRTIME) {
} );
}, 5 * 1000); //need refresh in milliseconds
*/
};
mod.onResize = function() {