diff --git a/static/js/editor.js b/static/js/editor.js index 3e229963..16ff36da 100644 --- a/static/js/editor.js +++ b/static/js/editor.js @@ -194,6 +194,7 @@ pandora.ui.editor = function(data) { }); } that.updateAnnotation(data.id, result.data); + pandora.UI.set('videoPoints.' + ui.item + '.annotation', result.data.id.split('/')[1] || ''); Ox.Request.clearCache(); }; if (data.id[0] == '_') {