forked from 0x2620/pandora
fix #2221 ('Update Results in the Background' missing in Edit Dialog)
This commit is contained in:
parent
5f8d7e707e
commit
c7d90f7dfa
1 changed files with 2 additions and 4 deletions
|
@ -140,10 +140,8 @@ pandora.ui.listDialog = function(section) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (pandora.user.ui.section == 'items') {
|
$($updateCheckbox.find('.OxButton')[0]).css({margin: 0});
|
||||||
$($updateCheckbox.find('.OxButton')[0]).css({margin: 0});
|
$($dialog.$element.find('.OxBar')[2]).append($updateCheckbox);
|
||||||
$($dialog.$element.find('.OxBar')[2]).append($updateCheckbox);
|
|
||||||
}
|
|
||||||
|
|
||||||
function getWidth(section) {
|
function getWidth(section) {
|
||||||
return section == 'general' ? 496
|
return section == 'general' ? 496
|
||||||
|
|
Loading…
Reference in a new issue