select is done in Ox.Editable now

This commit is contained in:
j 2012-02-20 14:03:24 +00:00
parent 96d365f3d0
commit 2ec0cfccb4

View file

@ -48,10 +48,6 @@ pandora.ui.siteDialog = function(section) {
} : { } : {
width: '100%' width: '100%'
}) })
.css({
MozUserSelect: 'text',
WebkitUserSelect: 'text'
})
.bindEvent({ .bindEvent({
submit: function(data) { submit: function(data) {
Ox.Request.clearCache('getPage'); Ox.Request.clearCache('getPage');