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

pull/1/head
yflory 2017-01-30 17:46:08 +01:00
parent 487650df78
commit a9c9d19212
1 changed files with 1 additions and 1 deletions

View File

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