forked from 0x2620/pandora
add info view embed
This commit is contained in:
parent
6bac27bcc1
commit
00da62ba17
2 changed files with 18 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ pandora.ui.embedPanel = function() {
|
|||
}
|
||||
} else {
|
||||
if (view == 'info') {
|
||||
that = pandora.ui.embedError(true);
|
||||
that = pandora.ui.embedInfo();
|
||||
} else if (Ox.contains(['player', 'editor'], view)) {
|
||||
that = pandora.ui.embedPlayer();
|
||||
} else if (view == 'timeline') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue