forked from 0x2620/pandora
pause edit before switching to player view
This commit is contained in:
parent
d6513d4570
commit
8edaf3bdfa
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ pandora.ui.editPanel = function(isEmbed) {
|
||||||
pandora.UI.set(editsKey('clip'), data.ids[0]);
|
pandora.UI.set(editsKey('clip'), data.ids[0]);
|
||||||
},
|
},
|
||||||
openlink: function(data) {
|
openlink: function(data) {
|
||||||
|
that.options({paused: true});
|
||||||
pandora.UI.set('videoPoints.' + data.item, data.annotation ? {
|
pandora.UI.set('videoPoints.' + data.item, data.annotation ? {
|
||||||
annotation: data.annotation.split('/')[1],
|
annotation: data.annotation.split('/')[1],
|
||||||
'in': data['in'],
|
'in': data['in'],
|
||||||
|
|
Loading…
Reference in a new issue