1
0
Fork 0

GraphViewer: Added NodeReducer to index.html of WebInterface

This commit is contained in:
Michael Hackstein 2013-05-21 14:02:07 +02:00
parent 86400bd756
commit bb92f2ee29
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@
<script src="js/graphViewer/graph/edgeShaper.js"></script>
<script src="js/graphViewer/graph/arangoAdapter.js"></script>
<script src="js/graphViewer/graph/zoomManager.js"></script>
<script src="js/graphViewer/graph/nodeReducer.js"></script>
<script type="text/javascript" src="js/graphViewer/ui/modalDialogHelper.js"></script>
<script type="text/javascript" src="js/graphViewer/ui/nodeShaperControls.js"></script>