CC-4035: Timeline -> Filter by show: please let the setting automatically takes effect without clicking the button out of the 'box'
-also added this functionality for the 'All my shows' checkbox
This commit is contained in:
parent
42ad8fe35d
commit
79513de1ba
|
@ -222,7 +222,9 @@ AIRTIME = (function(AIRTIME) {
|
||||||
|
|
||||||
if ($(this).is(':checked')) {
|
if ($(this).is(':checked')) {
|
||||||
$(ev.delegateTarget).find('#sb_show_filter').val(0);
|
$(ev.delegateTarget).find('#sb_show_filter').val(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
showSearchSubmit();
|
||||||
});
|
});
|
||||||
|
|
||||||
//set select event for choosing a show.
|
//set select event for choosing a show.
|
||||||
|
|
Loading…
Reference in New Issue