normale migrateflow
This commit is contained in:
parent
2553311ca7
commit
d72b5f659d
|
|
@ -28,16 +28,12 @@
|
||||||
|
|
||||||
$(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]);
|
||||||
|
|
||||||
//DEV
|
//DEV
|
||||||
//rebuildingStandards(standards[0]);
|
//rebuildingStandards(standards[0]);
|
||||||
//addGroupFolder();
|
//addGroupFolder();
|
||||||
//addDirs(dirids[0]);
|
//addDirs(dirids[0]);
|
||||||
if(standard_files[0] != undefined){
|
|
||||||
console.log("start adding standard files...");
|
|
||||||
addStandardFilesFiles(standard_files[0]);
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
|
|
||||||
var groupcounter = 0;
|
var groupcounter = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue