From 79513de1bab40ae6120fef5f7d50bb908e062b94 Mon Sep 17 00:00:00 2001 From: denise Date: Thu, 28 Jun 2012 17:07:01 -0400 Subject: [PATCH] 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 --- airtime_mvc/public/js/airtime/showbuilder/main_builder.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/showbuilder/main_builder.js b/airtime_mvc/public/js/airtime/showbuilder/main_builder.js index 99fb2b40f..7f02199c8 100644 --- a/airtime_mvc/public/js/airtime/showbuilder/main_builder.js +++ b/airtime_mvc/public/js/airtime/showbuilder/main_builder.js @@ -222,7 +222,9 @@ AIRTIME = (function(AIRTIME) { if ($(this).is(':checked')) { $(ev.delegateTarget).find('#sb_show_filter').val(0); - } + } + + showSearchSubmit(); }); //set select event for choosing a show.