update menu

This commit is contained in:
j 2017-02-15 18:13:56 +00:00
parent bd8d62d7ea
commit fde4734cd4
1 changed files with 1 additions and 0 deletions

View File

@ -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) {