This commit is contained in:
yflory 2017-02-22 12:26:25 +01:00
parent bdc00a2413
commit cc174f3bee

View file

@ -206,7 +206,7 @@ define([
// Categories dislayed in the menu
// _WORKGROUP_ : do not display unsorted
var displayedCategories = [ROOT, UNSORTED, TRASH];
if (isWorkgroup()) { displayedCategory = [ROOT, TRASH]; }
if (isWorkgroup()) { displayedCategories = [ROOT, TRASH]; }
var lastSelectTime;
var selectedElement;