forked from 0x2620/pandora
update menu
This commit is contained in:
parent
bd8d62d7ea
commit
fde4734cd4
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue