SAAS-301: Calendar content indicator did not update automatically after adding content to a show

-fixed
This commit is contained in:
Martin Konecny 2013-04-11 15:11:20 -04:00
parent 3714f83757
commit d46fef8eda
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}