1
0
Fork 0
forked from 0x2620/oxjs

entities are not links

This commit is contained in:
j 2015-04-16 20:03:38 +00:00
commit 4f7b9846d8
2 changed files with 17 additions and 5 deletions

View file

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