diff --git a/static/js/homeDialog.js b/static/js/homeDialog.js index 40e98bf1..14472c34 100644 --- a/static/js/homeDialog.js +++ b/static/js/homeDialog.js @@ -382,6 +382,7 @@ pandora.ui.homeDialog = function() { ( status == 'active' ? $inactiveList : $activeList ).options({selected: []}); + updateMenu(status == 'active' ? 'inactive' : 'active', false); } updateMenu(status, data.ids.length); if (item || $activeList.options('selected').length + $inactiveList.options('selected').length == 0) {