fix #2221 ('Update Results in the Background' missing in Edit Dialog)

This commit is contained in:
rolux 2014-02-08 16:49:38 +00:00
parent 5f8d7e707e
commit c7d90f7dfa

View file

@ -140,10 +140,8 @@ pandora.ui.listDialog = function(section) {
}
});
if (pandora.user.ui.section == 'items') {
$($updateCheckbox.find('.OxButton')[0]).css({margin: 0});
$($dialog.$element.find('.OxBar')[2]).append($updateCheckbox);
}
$($updateCheckbox.find('.OxButton')[0]).css({margin: 0});
$($dialog.$element.find('.OxBar')[2]).append($updateCheckbox);
function getWidth(section) {
return section == 'general' ? 496