flow normal

This commit is contained in:
Holger Trampe 2021-10-23 18:33:43 +02:00
parent 2af62cb767
commit b0e092d7e1
1 changed files with 2 additions and 2 deletions

View File

@ -28,10 +28,10 @@
$(document).ready(function(){ $(document).ready(function(){
// FIRST CALL GROUPS, When Groups finished User will call by Groups // FIRST CALL GROUPS, When Groups finished User will call by Groups
//createAgencyGroups(groupids[0]); createAgencyGroups(groupids[0]);
//addFiles(files[0]); //addFiles(files[0]);
//DEV //DEV
rebuildingStandards(standards[0]); //rebuildingStandards(standards[0]);
//addGroupFolder(); //addGroupFolder();
//addDirs(dirids[0]); //addDirs(dirids[0]);
}) })