Merge branch 'develop' into patch-1
This commit is contained in:
commit
4704bd6a38
3 changed files with 3 additions and 3 deletions
|
@ -233,7 +233,7 @@ module.exports = Mn.View.extend({
|
|||
this.ui.domain_names.selectize({
|
||||
delimiter: ',',
|
||||
persist: false,
|
||||
maxOptions: 15,
|
||||
maxOptions: 30,
|
||||
create: function (input) {
|
||||
return {
|
||||
value: input,
|
||||
|
|
|
@ -271,7 +271,7 @@ module.exports = Mn.View.extend({
|
|||
this.ui.domain_names.selectize({
|
||||
delimiter: ',',
|
||||
persist: false,
|
||||
maxOptions: 15,
|
||||
maxOptions: 30,
|
||||
create: function (input) {
|
||||
return {
|
||||
value: input,
|
||||
|
|
|
@ -235,7 +235,7 @@ module.exports = Mn.View.extend({
|
|||
this.ui.domain_names.selectize({
|
||||
delimiter: ',',
|
||||
persist: false,
|
||||
maxOptions: 15,
|
||||
maxOptions: 30,
|
||||
create: function (input) {
|
||||
return {
|
||||
value: input,
|
||||
|
|
Loading…
Reference in a new issue