From 626d9d05ac7d4a839fedd391c0dbf9919df30470 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Mon, 23 Jun 2008 20:57:45 +0000 Subject: [PATCH] Async update of locations selector --- includes/ui/ui_lists.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/ui/ui_lists.inc b/includes/ui/ui_lists.inc index e6d9f512..1176cc5f 100644 --- a/includes/ui/ui_lists.inc +++ b/includes/ui/ui_lists.inc @@ -356,8 +356,7 @@ return combo_input($name, $selected_id, $sql, 'loc_code', 'location_name', array( 'spec_option' => $all_option === true ? _("All Locations") : $all_option, 'spec_id' => $all_items, - 'select_submit'=> $submit_on_change, - 'async' => false + 'select_submit'=> $submit_on_change ) ); } -- 2.30.2