Merge branch '6.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts: htdocs/product/admin/product.php
This commit is contained in:
commit
48261f793d
@ -430,7 +430,7 @@ function ajax_combobox($htmlname, $events=array(), $minLengthToAutocomplete=0, $
|
|||||||
if ($forcefocus) $msg.= '.select2(\'focus\')';
|
if ($forcefocus) $msg.= '.select2(\'focus\')';
|
||||||
$msg.= ';'."\n";
|
$msg.= ';'."\n";
|
||||||
|
|
||||||
if (count($events)) // If an array of js events to do were provided.
|
if (is_array($events) && count($events)) // If an array of js events to do were provided.
|
||||||
{
|
{
|
||||||
$msg.= '
|
$msg.= '
|
||||||
jQuery("#'.$htmlname.'").change(function () {
|
jQuery("#'.$htmlname.'").change(function () {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user