commit | 1c219897b1fcb4ea2d6457a12ead24152e31c293 | [log] [tgz] |
---|---|---|
author | Simon Hunt <simon@onlab.us> | Wed Oct 22 16:32:39 2014 -0700 |
committer | Simon Hunt <simon@onlab.us> | Wed Oct 22 16:32:39 2014 -0700 |
tree | e8e2bcb834aeca8b9cc13d7a0ab7e4a268a92ad8 | |
parent | ae968a6681de148e2b582e9b8c3cc4ffcbe8023b [diff] [blame] |
Added geometry lib script, and implemented collision prevention of nodes.
diff --git a/web/gui/src/main/webapp/index.html b/web/gui/src/main/webapp/index.html index c2cb8f8..ebf25c5 100644 --- a/web/gui/src/main/webapp/index.html +++ b/web/gui/src/main/webapp/index.html
@@ -14,6 +14,7 @@ <link rel="stylesheet" href="base.css"> <link rel="stylesheet" href="onos.css"> + <script src="geometry.js"></script> <script src="onosui.js"></script> </head>