From 4790dd293dcc9e0bfe830abf05310ae797367834 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 20 Feb 2012 07:07:33 +0000 Subject: [PATCH] make site pages selectable --- static/js/pandora/siteDialog.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/static/js/pandora/siteDialog.js b/static/js/pandora/siteDialog.js index 382b8ccab..46707592c 100644 --- a/static/js/pandora/siteDialog.js +++ b/static/js/pandora/siteDialog.js @@ -44,12 +44,14 @@ pandora.ui.siteDialog = function(section) { .css(id == 'rights' ? { // this will get applied twice, // total is 144px - marginRight: '72px', - MozUserSelect: 'text', - WebkitUserSelect: 'text' + marginRight: '72px' } : { width: '100%' }) + .css({ + MozUserSelect: 'text', + WebkitUserSelect: 'text' + }) .bindEvent({ submit: function(data) { Ox.Request.clearCache('getPage');