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( $ ) {
|
||||
$.widget( "ui.combobox", {
|
||||
options: {
|
||||
minLengthToAutocomplete: 0,
|
||||
minLengthToAutocomplete: 0
|
||||
},
|
||||
_create: function() {
|
||||
var savMinLengthToAutocomplete = this.options.minLengthToAutocomplete;
|
||||
|
||||
Reference in New Issue
Block a user