Comment out development script references.

Change-Id: Id9621aaa306251883f13b7a8b45a8c31e4b70380
diff --git a/web/gui/src/main/webapp/index.html b/web/gui/src/main/webapp/index.html
index 91bf48d..2831781 100644
--- a/web/gui/src/main/webapp/index.html
+++ b/web/gui/src/main/webapp/index.html
@@ -126,7 +126,7 @@
     <link rel="stylesheet" href="app/fw/widget/table-theme.css">
 
     <!-- Under development for Region support. -->
-    <script src="app/view/topo2/topo2.js"></script>
+<!--    <script src="app/view/topo2/topo2.js"></script>
     <script src="app/view/topo2/topo2Breadcrumb.js"></script>
     <script src="app/view/topo2/topo2Collection.js"></script>
     <script src="app/view/topo2/topo2D3.js"></script>
@@ -160,7 +160,7 @@
     <script src="app/view/topoX/topoXEvent.js"></script>
     <script src="app/view/topoX/topoXForce.js"></script>
     <link rel="stylesheet" href="app/view/topoX/topoX.css">
-    <link rel="stylesheet" href="app/view/topoX/topoX-theme.css">
+    <link rel="stylesheet" href="app/view/topoX/topoX-theme.css">-->
 
     <!-- Builtin views javascript. -->
     <script src="app/view/topo/topo.js"></script>