From 2ec0cfccb4efe9ba68fc84434fb464f2de50351b Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 20 Feb 2012 14:03:24 +0000 Subject: [PATCH] select is done in Ox.Editable now --- static/js/pandora/siteDialog.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/js/pandora/siteDialog.js b/static/js/pandora/siteDialog.js index 46707592c..eadfde9f8 100644 --- a/static/js/pandora/siteDialog.js +++ b/static/js/pandora/siteDialog.js @@ -48,10 +48,6 @@ pandora.ui.siteDialog = function(section) { } : { width: '100%' }) - .css({ - MozUserSelect: 'text', - WebkitUserSelect: 'text' - }) .bindEvent({ submit: function(data) { Ox.Request.clearCache('getPage');