remove unused code
This commit is contained in:
parent
0b8ea2d517
commit
a786f5d9bc
2 changed files with 2 additions and 602 deletions
|
|
@ -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')
|
||||
);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue