entities are not links
This commit is contained in:
parent
f624c86309
commit
4f7b9846d8
2 changed files with 17 additions and 5 deletions
|
|
@ -894,6 +894,9 @@ Ox.VideoAnnotationPanel = function(options, self) {
|
|||
select: function(data) {
|
||||
selectAnnotation(data, true);
|
||||
},
|
||||
showentityinfo: function(data) {
|
||||
that.triggerEvent('showentityinfo', data);
|
||||
},
|
||||
submit: submitAnnotation,
|
||||
toggle: toggleAnnotations,
|
||||
togglecalendar: function(data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue