Merge branch '2.3.x' into 2.3.x-saas

This commit is contained in:
Martin Konecny 2013-04-11 15:13:08 -04:00
commit b82f4f0fa9

View file

@ -44,7 +44,7 @@ var AIRTIME = (function(AIRTIME){
//make sure we are only executing this code on the calendar view, not //make sure we are only executing this code on the calendar view, not
//the Now Playing view. //the Now Playing view.
if (window.location.pathname.toLowerCase().indexOf("schedule") >= 0) { if (window.location.pathname.toLowerCase().indexOf("schedule") < 0) {
return; return;
} }