From 36c32a5333349caa983c93274ccaa7f82d11d858 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 7 Aug 2013 14:31:35 +0000 Subject: [PATCH] add default edit settings --- static/js/pandora.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/js/pandora.js b/static/js/pandora.js index 2c9e8495..714c0e16 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -320,6 +320,13 @@ appPanel pandora.site.listSettings[key] = key[4].toLowerCase() + key.slice(5); } }); + pandora.site.editSettings = { + clip: '', + 'in': 0, + out: 0, + position: 0, + sort: [{key: 'index', operator: '+'}] + }; Ox.extend(pandora.user, { sectionElement: 'buttons',