diff --git a/static/js/pandora/item.js b/static/js/pandora/item.js index 5e2249cf..44a0ba0c 100644 --- a/static/js/pandora/item.js +++ b/static/js/pandora/item.js @@ -384,6 +384,7 @@ pandora.ui.item = function() { ); }, removeannotation: function(data) { + pandora.UI.set('videoPoints.' + pandora.user.ui.item + '.annotation', null); pandora.api.removeAnnotation({ id: data.id }, function(result) {