forked from Wavyzz/dolibarr
Typo fix: remove unwanted comma
This commit is contained in:
@@ -790,7 +790,7 @@ function confirmConstantAction(action, url, code, input, box, entity, yesButton,
|
|||||||
(function( $ ) {
|
(function( $ ) {
|
||||||
$.widget( "ui.combobox", {
|
$.widget( "ui.combobox", {
|
||||||
options: {
|
options: {
|
||||||
minLengthToAutocomplete: 0,
|
minLengthToAutocomplete: 0
|
||||||
},
|
},
|
||||||
_create: function() {
|
_create: function() {
|
||||||
var savMinLengthToAutocomplete = this.options.minLengthToAutocomplete;
|
var savMinLengthToAutocomplete = this.options.minLengthToAutocomplete;
|
||||||
|
|||||||
Reference in New Issue
Block a user