CC-4465: Calendar: Remove warning icon on empty shows if show is in the past

-removed setInterval function
This commit is contained in:
denise 2012-09-18 16:55:46 -04:00
parent cc966ca62b
commit b77429164b
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ function alertShowErrorAndReload(){
$(document).ready(function(){
setInterval( "checkSCUploadStatus()", 5000 );
setInterval( "getCurrentShow()", 5000 );
setInterval( "checkEmptyShowStatus()", 5000 );
//setInterval( "checkEmptyShowStatus()", 5000 );
});
var view_name;