From 3784123704bdbb3df2dd9511de5a32d913164a52 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 11 Apr 2015 14:31:47 +0200 Subject: [PATCH] sort by added --- static/js/cacheDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/cacheDialog.js b/static/js/cacheDialog.js index 60ab3d06c..d0c1975f3 100644 --- a/static/js/cacheDialog.js +++ b/static/js/cacheDialog.js @@ -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) {