update UI/URL after adding annotation, editing i/o does not work otherwise
This commit is contained in:
parent
e4288123da
commit
7b2acb3bc1
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ pandora.ui.editor = function(data) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
that.updateAnnotation(data.id, result.data);
|
that.updateAnnotation(data.id, result.data);
|
||||||
|
pandora.UI.set('videoPoints.' + ui.item + '.annotation', result.data.id.split('/')[1] || '');
|
||||||
Ox.Request.clearCache();
|
Ox.Request.clearCache();
|
||||||
};
|
};
|
||||||
if (data.id[0] == '_') {
|
if (data.id[0] == '_') {
|
||||||
|
|
Loading…
Reference in a new issue