From c83e7b69305be428cfcbc9bbd1d9aef8eca31c42 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 16 Apr 2015 20:02:06 +0100 Subject: [PATCH] its possible to disable all users --- source/UI/js/Video/AnnotationPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),