forked from 0x2620/pandora
sort by added
This commit is contained in:
parent
b5286499e0
commit
3784123704
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ pandora.ui.cacheDialog = function() {
|
|||
},
|
||||
keys: ['author'],
|
||||
scrollbarVisible: true,
|
||||
sort: [{key: 'progress', operator: '+'}],
|
||||
sort: [{key: 'added', operator: '-'}],
|
||||
unique: 'id'
|
||||
}).bindEvent({
|
||||
'delete': function(data) {
|
||||
|
|
Loading…
Reference in a new issue