Hide the template from the list in the drive until it's done

This commit is contained in:
yflory 2017-01-30 17:46:08 +01:00
parent 487650df78
commit a9c9d19212

View File

@ -1456,7 +1456,7 @@ define([
createTree($tree, [ROOT]); createTree($tree, [ROOT]);
if (!isWorkgroup()) { if (!isWorkgroup()) {
createUnsorted($tree, [UNSORTED]); createUnsorted($tree, [UNSORTED]);
createTemplate($tree, [TEMPLATE]); //createTemplate($tree, [TEMPLATE]);
createAllFiles($tree, [FILES_DATA]); createAllFiles($tree, [FILES_DATA]);
} }
createTrash($tree, [TRASH]); createTrash($tree, [TRASH]);