SAAS-301: Calendar content indicator did not update automatically after adding content to a show
-fixed
This commit is contained in:
parent
3714f83757
commit
d46fef8eda
|
@ -44,7 +44,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
|
||||
//make sure we are only executing this code on the calendar view, not
|
||||
//the Now Playing view.
|
||||
if (window.location.pathname.toLowerCase().indexOf("schedule") >= 0) {
|
||||
if (window.location.pathname.toLowerCase().indexOf("schedule") < 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue