mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-07-31 10:30:15 +02:00
Makes natural sorting opt-in.
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user