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'],
|
keys: ['author'],
|
||||||
scrollbarVisible: true,
|
scrollbarVisible: true,
|
||||||
sort: [{key: 'progress', operator: '+'}],
|
sort: [{key: 'added', operator: '-'}],
|
||||||
unique: 'id'
|
unique: 'id'
|
||||||
}).bindEvent({
|
}).bindEvent({
|
||||||
'delete': function(data) {
|
'delete': function(data) {
|
||||||
|
|
Loading…
Reference in a new issue