pause edit before switching to player view

This commit is contained in:
j 2014-10-26 17:44:54 +00:00
parent d6513d4570
commit 8edaf3bdfa

View file

@ -234,6 +234,7 @@ pandora.ui.editPanel = function(isEmbed) {
pandora.UI.set(editsKey('clip'), data.ids[0]);
},
openlink: function(data) {
that.options({paused: true});
pandora.UI.set('videoPoints.' + data.item, data.annotation ? {
annotation: data.annotation.split('/')[1],
'in': data['in'],