From 07ed5ac9d85e4e02c1236e41df4726145cc31a96 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Fri, 2 Oct 2020 14:00:04 +0200 Subject: [PATCH] minor fix AJAX group selector in MC --- pandora_console/include/functions_html.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index 1c50c92ea8..6dedb85927 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -468,11 +468,21 @@ function html_print_select_groups( if (is_ajax()) { $output .= ''; $output .= ''; } else { ui_require_css_file('select2.min');