mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 06:25:18 -04:00
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue