From fde4734cd453811bf4c7085488bec51f221d4408 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 15 Feb 2017 18:13:56 +0000 Subject: [PATCH] update menu --- static/js/homeDialog.js | 1 + 1 file changed, 1 insertion(+) 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) {