forked from 0x2620/pandora
make site pages selectable
This commit is contained in:
parent
5e74f7423b
commit
4790dd293d
1 changed files with 5 additions and 3 deletions
|
@ -44,12 +44,14 @@ pandora.ui.siteDialog = function(section) {
|
||||||
.css(id == 'rights' ? {
|
.css(id == 'rights' ? {
|
||||||
// this will get applied twice,
|
// this will get applied twice,
|
||||||
// total is 144px
|
// total is 144px
|
||||||
marginRight: '72px',
|
marginRight: '72px'
|
||||||
MozUserSelect: 'text',
|
|
||||||
WebkitUserSelect: 'text'
|
|
||||||
} : {
|
} : {
|
||||||
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