diff --git a/source/Ox.UI/js/Video/AnnotationPanel.js b/source/Ox.UI/js/Video/AnnotationPanel.js index 959c39aa..c07b8d94 100644 --- a/source/Ox.UI/js/Video/AnnotationPanel.js +++ b/source/Ox.UI/js/Video/AnnotationPanel.js @@ -77,6 +77,8 @@ Ox.AnnotationPanel = function(options, self) { if (self.options.showUsers) { self.users = getUsers(); self.enabledUsers = self.users; + } else { + self.enabledUsers = 'all'; } self.$menubar = Ox.Bar({