1
0
mirror of synced 2025-02-09 16:49:24 +03:00

Update defaults.js

This commit is contained in:
Pedro Felipe de Azevedo Furtado 2018-09-14 23:40:28 -03:00 committed by GitHub
parent 1764b8420f
commit 1062187958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -365,7 +365,7 @@ define([
maximumSelectionLength: 0,
minimumResultsForSearch: 0,
selectOnClose: false,
scrollAfterSelect: true,
scrollAfterSelect: false,
sorter: function (data) {
return data;
},