Fix typo
This commit is contained in:
parent
bdc00a2413
commit
cc174f3bee
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user