cosmetic changes
This commit is contained in:
parent
2b9bdb7451
commit
280595d4af
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ pandora.ui.usersDialog = function() {
|
||||||
title: 'Include Guests',
|
title: 'Include Guests',
|
||||||
value: false
|
value: false
|
||||||
})
|
})
|
||||||
.css({float: 'left', margin: '4px 2px 4px 2px'})
|
.css({float: 'left', margin: '4px 2px'})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
change: function(data) {
|
change: function(data) {
|
||||||
data.value
|
data.value
|
||||||
|
@ -54,7 +54,7 @@ pandora.ui.usersDialog = function() {
|
||||||
title: 'Include Robots',
|
title: 'Include Robots',
|
||||||
value: false
|
value: false
|
||||||
})
|
})
|
||||||
.css({float: 'left', margin: '4px 2px 4px 2px'})
|
.css({float: 'left', margin: '4px 2px'})
|
||||||
.hide()
|
.hide()
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
change: updateList
|
change: updateList
|
||||||
|
|
Loading…
Reference in a new issue