pull/1/head
yflory 2017-02-22 12:26:25 +01:00
parent bdc00a2413
commit cc174f3bee
1 changed files with 1 additions and 1 deletions

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;