From d65a885fb8b73d36c81b97d3731906e9a185c8a4 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 20 Feb 2012 07:03:25 +0000 Subject: [PATCH] make site pages selectable --- static/js/pandora/siteDialog.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/js/pandora/siteDialog.js b/static/js/pandora/siteDialog.js index eadfde9f8..10140e4a0 100644 --- a/static/js/pandora/siteDialog.js +++ b/static/js/pandora/siteDialog.js @@ -45,6 +45,8 @@ pandora.ui.siteDialog = function(section) { // this will get applied twice, // total is 144px marginRight: '72px' + MozUserSelect: 'text', + WebkitUserSelect: 'text' } : { width: '100%' })