From 8020ae0a2928cf168266893267ab05e1848580c4 Mon Sep 17 00:00:00 2001 From: Naomi Aro Date: Tue, 24 Apr 2012 17:21:59 +0200 Subject: [PATCH] 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.... --- airtime_mvc/public/js/airtime/showbuilder/main_builder.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/airtime_mvc/public/js/airtime/showbuilder/main_builder.js b/airtime_mvc/public/js/airtime/showbuilder/main_builder.js index 60c8bdf7f..6e46477bf 100644 --- a/airtime_mvc/public/js/airtime/showbuilder/main_builder.js +++ b/airtime_mvc/public/js/airtime/showbuilder/main_builder.js @@ -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() {