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' ? {
|
||||
// this will get applied twice,
|
||||
// total is 144px
|
||||
marginRight: '72px',
|
||||
MozUserSelect: 'text',
|
||||
WebkitUserSelect: 'text'
|
||||
marginRight: '72px'
|
||||
} : {
|
||||
width: '100%'
|
||||
})
|
||||
.css({
|
||||
MozUserSelect: 'text',
|
||||
WebkitUserSelect: 'text'
|
||||
})
|
||||
.bindEvent({
|
||||
submit: function(data) {
|
||||
Ox.Request.clearCache('getPage');
|
||||
|
|
Loading…
Reference in a new issue