From 19dba40ec89eeeabb5386eddfcc632aeb405fe8c Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 30 May 2012 17:20:58 +0200 Subject: [PATCH] always set enabledUsers --- source/Ox.UI/js/Video/AnnotationPanel.js | 2 ++ 1 file changed, 2 insertions(+) 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({