From e518a72c28a88f049d05e770082b054b615c8348 Mon Sep 17 00:00:00 2001 From: Luiz Felipe Aranha Date: Fri, 8 Sep 2017 18:11:08 -0300 Subject: [PATCH] turn on select2 for extensive map list --- www/modules/centreon-nagvis/nagvis.ihtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/modules/centreon-nagvis/nagvis.ihtml b/www/modules/centreon-nagvis/nagvis.ihtml index 7418d2c..3118fc2 100644 --- a/www/modules/centreon-nagvis/nagvis.ihtml +++ b/www/modules/centreon-nagvis/nagvis.ihtml @@ -57,7 +57,7 @@ function resizeMap() { jQuery(function() { resizeMap(); - jQuery('#nagvis_select_map').change(loadMap); + jQuery('#nagvis_select_map').change(loadMap).select2(); }); jQuery(window).resize(resizeMap);