CC-4465: Calendar: Remove warning icon on empty shows if show is in the past
-removed setInterval function
This commit is contained in:
parent
cc966ca62b
commit
b77429164b
|
@ -554,7 +554,7 @@ function alertShowErrorAndReload(){
|
|||
$(document).ready(function(){
|
||||
setInterval( "checkSCUploadStatus()", 5000 );
|
||||
setInterval( "getCurrentShow()", 5000 );
|
||||
setInterval( "checkEmptyShowStatus()", 5000 );
|
||||
//setInterval( "checkEmptyShowStatus()", 5000 );
|
||||
});
|
||||
|
||||
var view_name;
|
||||
|
|
Loading…
Reference in New Issue