Skip to content
Snippets Groups Projects
Commit aad7885b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: [bug #1226 ] page ne se charge pas quand beaucoup de prospect en

base
parent b750e98d
No related branches found
No related tags found
No related merge requests found
...@@ -305,6 +305,7 @@ function ajax_combobox($htmlname, $event=array(), $minLengthToAutocomplete=0) ...@@ -305,6 +305,7 @@ function ajax_combobox($htmlname, $event=array(), $minLengthToAutocomplete=0)
global $conf; global $conf;
if (! empty($conf->browser->phone)) return ''; // combobox disabled for smartphones (does not works) if (! empty($conf->browser->phone)) return ''; // combobox disabled for smartphones (does not works)
if (! empty($conf->global->MAIN_DISABLE_AJAX_COMBOX)) return '';
/* Some properties for combobox: /* Some properties for combobox:
minLengthToAutocomplete: 2, minLengthToAutocomplete: 2,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment