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

Merge pull request #4105 from atm-ph/fix_38_select_projects_list

FIX jquery select of project generate js error on change event
parents 901f952c cbcb79b1
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ class FormProjets
if (! empty($conf->use_javascript_ajax))
{
include_once DOL_DOCUMENT_ROOT . '/core/lib/ajax.lib.php';
$comboenhancement = ajax_combobox($htmlname, '', 0, $forcefocus);
$comboenhancement = ajax_combobox($htmlname, array(), 0, $forcefocus);
$out.=$comboenhancement;
$nodatarole=($comboenhancement?' data-role="none"':'');
$minmax='minwidth100 maxwidth300';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment