Makes natural sorting opt-in.
This commit is contained in:
parent
727f161b8a
commit
4357c0f1f0
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ modulejs.define('ext/sort', ['_', '$', 'core/settings', 'core/resource', 'core/e
|
|||
column: 0,
|
||||
reverse: false,
|
||||
ignorecase: true,
|
||||
natural: true
|
||||
natural: false
|
||||
}, allsettings.sort),
|
||||
|
||||
storekey = 'sort.order',
|
||||
|
|
|
@ -283,7 +283,7 @@ Options
|
|||
"column": 0,
|
||||
"reverse": false,
|
||||
"ignorecase": true,
|
||||
"natural": true
|
||||
"natural": false
|
||||
},
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue