Skip to content

Commit

Permalink
Added teh DAFD Code
Browse files Browse the repository at this point in the history
TODO: Adjust the alignment of ports and dropletgenerators
  • Loading branch information
rkrishnasanka committed Sep 13, 2019
1 parent b5fbdb7 commit f736e5b
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/app/appSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ window.onload = function() {
let params = JSON.parse(getQueryVariable("params"));
viewManager.updateComponentParameters(componentname, params);
}
}else if(false != getQueryVariable("dafdparams")){
let params = JSON.parse(getQueryVariable("dafdparams"));
Registry.viewManager.activateDAFDPlugin(params);
}

Registry.viewManager.setupToolBars();
Expand Down
Loading

0 comments on commit f736e5b

Please sign in to comment.