Hide the template from the list in the drive until it's done
parent
487650df78
commit
a9c9d19212
|
@ -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]);
|
||||
|
|
Loading…
Reference in New Issue