diff --git a/source/UI/js/Video/AnnotationPanel.js b/source/UI/js/Video/AnnotationPanel.js index 348abe34..592e1201 100644 --- a/source/UI/js/Video/AnnotationPanel.js +++ b/source/UI/js/Video/AnnotationPanel.js @@ -466,7 +466,7 @@ Ox.AnnotationPanel = function(options, self) { self.options.showUsers && self.users.length ? [ {}, {id: 'users', title: Ox._('Show Users'), disabled: true}, - {group: 'users', min: 1, max: -1, items: self.users.map(function(user) { + {group: 'users', min: 0, max: -1, items: self.users.map(function(user) { return { id: 'user_' + user, title: Ox.encodeHTMLEntities(user),