From c1bcad2abca3af0905cef38f1d5dad308159d234 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Thu, 26 May 2011 19:25:55 -0400 Subject: Partial fix for catalog filtering Acting on 'click' sends the AJAX request as soon as the user clicks to make the dropdown drop down; watch for 'change' instead. --- templates/browse_filters.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/browse_filters.inc.php b/templates/browse_filters.inc.php index 38632778..a366e0d7 100644 --- a/templates/browse_filters.inc.php +++ b/templates/browse_filters.inc.php @@ -91,7 +91,7 @@ $ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path'); ?> -id,'catalog_select','catalog_choice'),'1'); ?> +id,'catalog_select', 'catalog_choice'), true); ?> -- cgit