CC-5331: Now Playing keeps refreshing sometimes

- typo in GET request parameters causing overriding of data
This commit is contained in:
denise 2013-10-01 16:49:08 -04:00
parent 1e59ab836d
commit 632b11c0ab
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ AIRTIME = (function(AIRTIME) {
if (fn.hasOwnProperty("ops")) {
data["myShows"] = fn.ops.myShows;
data["showFilter"] = fn.ops.showFilter;
data["showFilter"] = fn.ops.showInstanceFilter;
data["showInstanceFilter"] = fn.ops.showInstanceFilter;
}
$.ajax( {