forked from 0x2620/pandora
avoid some errors resetting asiftv
This commit is contained in:
parent
14bc488420
commit
ca63fa7b93
2 changed files with 4 additions and 4 deletions
|
|
@ -50,7 +50,7 @@ pandora.ui.rightPanel = function() {
|
|||
} else if (pandora.user.ui.itemView == 'player') {
|
||||
pandora.$ui.player.options({width: data.size});
|
||||
} else if (pandora.user.ui.itemView == 'editor') {
|
||||
pandora.$ui.editor.options({width: data.size});
|
||||
pandora.$ui.editor && pandora.$ui.editor.options({width: data.size});
|
||||
} else if (pandora.user.ui.listView == 'map') {
|
||||
pandora.$ui.map.resizeMap();
|
||||
} else if (pandora.user.ui.listView == 'calendar') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue