Merge branch '2.3.x' into 2.3.x-saas
This commit is contained in:
commit
b82f4f0fa9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue