forked from Wavyzz/dolibarr
Fix: [bug #1226 ] page ne se charge pas quand beaucoup de prospect en
base
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user