From c7d90f7dfaa97408adcbc734b877c7acfbb5d1fc Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 8 Feb 2014 16:49:38 +0000 Subject: [PATCH] fix #2221 ('Update Results in the Background' missing in Edit Dialog) --- static/js/listDialog.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/static/js/listDialog.js b/static/js/listDialog.js index 56dbac7cb..71c017018 100644 --- a/static/js/listDialog.js +++ b/static/js/listDialog.js @@ -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