forked from 0x2620/pandora
fix embed timeline
This commit is contained in:
parent
9ef6290a64
commit
a71773ab01
2 changed files with 51 additions and 16 deletions
|
|
@ -23,7 +23,7 @@ pandora.ui.embedPanel = function() {
|
|||
} else if (Ox.contains(['player', 'editor'], view)) {
|
||||
that = pandora.ui.embedPlayer();
|
||||
} else if (view == 'timeline') {
|
||||
that = pandora.ui.embedError(true);
|
||||
that = pandora.ui.embedTimeline();
|
||||
} else if (view == 'clips') {
|
||||
that = pandora.ui.embedError(true);
|
||||
} else if (Ox.contains(['map', 'calendar'], view)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue