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:13:02 -04:00
parent 5cd6dd907b
commit 984828ef36
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;
}