Merge branch '2.3.x' into 2.3.x-saas
This commit is contained in:
commit
b82f4f0fa9
@ -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…
x
Reference in New Issue
Block a user