From b77429164bb2aaa4e46b374e0682ef3d9b67c677 Mon Sep 17 00:00:00 2001 From: denise Date: Tue, 18 Sep 2012 16:55:46 -0400 Subject: [PATCH] CC-4465: Calendar: Remove warning icon on empty shows if show is in the past -removed setInterval function --- .../public/js/airtime/schedule/full-calendar-functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js index d31e34476..7ecd6d15d 100644 --- a/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js +++ b/airtime_mvc/public/js/airtime/schedule/full-calendar-functions.js @@ -554,7 +554,7 @@ function alertShowErrorAndReload(){ $(document).ready(function(){ setInterval( "checkSCUploadStatus()", 5000 ); setInterval( "getCurrentShow()", 5000 ); - setInterval( "checkEmptyShowStatus()", 5000 ); + //setInterval( "checkEmptyShowStatus()", 5000 ); }); var view_name;