SAAS-1088 - fix broken 'all my shows' checkbox

This commit is contained in:
Duncan Sommerville 2015-09-29 15:51:09 -04:00
parent 3fcc3c507a
commit 3df1081c60
2 changed files with 89 additions and 80 deletions

View file

@ -93,6 +93,8 @@ AIRTIME = (function(AIRTIME) {
check;
check = validateTimeRange();
console.log(check);
if (check.isValid) {
//reset timestamp value since input values could have changed.
@ -102,7 +104,7 @@ AIRTIME = (function(AIRTIME) {
fn.start = check.start;
fn.end = check.end;
op = $("div.sb-advanced-options");
op = $("div.sb-options-form");
if (op.is(":visible")) {
if (fn.ops === undefined) {