reset selected annotation on remove

This commit is contained in:
j 2012-02-01 22:31:03 +00:00
parent 2d771d2cbf
commit b065e804dd
1 changed files with 1 additions and 0 deletions

View File

@ -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) {