From 60e1a0b4bd35a8fc139cb03c520dda0be6ce9ab8 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 9 Aug 2013 12:54:34 +0000 Subject: [PATCH] add 'selection' to editSettings (like listSelection) --- static/js/pandora.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/pandora.js b/static/js/pandora.js index 5038c01c9..72092f66c 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -324,6 +324,7 @@ appPanel 'in': 0, out: 0, position: 0, + selection: [], sort: [{key: 'index', operator: '+'}], view: 'list' };