From 984828ef3623648abaa5d4a6166f5126474a3036 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Thu, 11 Apr 2013 15:13:02 -0400 Subject: [PATCH] SAAS-301: Calendar content indicator did not update automatically after adding content to a show -fixed --- airtime_mvc/public/js/airtime/showbuilder/builder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/showbuilder/builder.js b/airtime_mvc/public/js/airtime/showbuilder/builder.js index e3e5524eb..85b6f3d8a 100644 --- a/airtime_mvc/public/js/airtime/showbuilder/builder.js +++ b/airtime_mvc/public/js/airtime/showbuilder/builder.js @@ -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; }