remove unused code

This commit is contained in:
j 2019-07-23 11:26:13 +02:00
commit a786f5d9bc
2 changed files with 2 additions and 602 deletions

View file

@ -3218,9 +3218,8 @@ pandora.updateStatus = function(item) {
return ui.item == item && [
'info', 'player', 'editor', 'timeline'
].indexOf(ui.itemView) > -1 && !(
// fixme: still wrong
pandora.$ui.uploadVideoDialog
&& pandora.$ui.uploadVideoDialog.is('::visible')
pandora.$ui.addItemDialog
&& pandora.$ui.addItemDialog.is('::visible')
);
}
};