select is done in Ox.Editable now
This commit is contained in:
parent
96d365f3d0
commit
2ec0cfccb4
1 changed files with 0 additions and 4 deletions
|
@ -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');
|
||||||
|
|
Loading…
Reference in a new issue