diff --git a/static/js/editor.js b/static/js/editor.js index 6c3106b9f..3d53d89a7 100644 --- a/static/js/editor.js +++ b/static/js/editor.js @@ -200,7 +200,8 @@ pandora.ui.editor = function(data) { 'in': selection['in'], out: selection.out, rightsLevel: rightsLevel, - title: data.title + title: data.title, + video: data.video }).open(); }, editannotation: function(data) {