forked from 0x2620/pandora
typo
This commit is contained in:
parent
ae05ff63d1
commit
006e2e6f72
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ pandora.ui.insertEmbedDialog = function(callback) {
|
|||
'in': Ox.isArray(state.span)
|
||||
? Ox.formatDuration(state.span[state.span.length - 2]) : '',
|
||||
out: Ox.isArray(state.span)
|
||||
? Ox.formatDuration(state.span[state.span.length - 1]) : ''
|
||||
? Ox.formatDuration(state.span[state.span.length - 1]) : '',
|
||||
annotation: Ox.isString(state.span) ? state.span : '',
|
||||
title: hash.title || '',
|
||||
showTimeline: hash.showTimeline || false,
|
||||
|
|
Loading…
Reference in a new issue