SAAS-1088 - fix broken 'all my shows' checkbox
This commit is contained in:
parent
3fcc3c507a
commit
3df1081c60
2 changed files with 89 additions and 80 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue