Comment out development script references.
Change-Id: Id9621aaa306251883f13b7a8b45a8c31e4b70380
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -126,7 +126,7 @@ | ... | @@ -126,7 +126,7 @@ |
126 | <link rel="stylesheet" href="app/fw/widget/table-theme.css"> | 126 | <link rel="stylesheet" href="app/fw/widget/table-theme.css"> |
127 | 127 | ||
128 | <!-- Under development for Region support. --> | 128 | <!-- Under development for Region support. --> |
129 | - <script src="app/view/topo2/topo2.js"></script> | 129 | +<!-- <script src="app/view/topo2/topo2.js"></script> |
130 | <script src="app/view/topo2/topo2Breadcrumb.js"></script> | 130 | <script src="app/view/topo2/topo2Breadcrumb.js"></script> |
131 | <script src="app/view/topo2/topo2Collection.js"></script> | 131 | <script src="app/view/topo2/topo2Collection.js"></script> |
132 | <script src="app/view/topo2/topo2D3.js"></script> | 132 | <script src="app/view/topo2/topo2D3.js"></script> |
... | @@ -160,7 +160,7 @@ | ... | @@ -160,7 +160,7 @@ |
160 | <script src="app/view/topoX/topoXEvent.js"></script> | 160 | <script src="app/view/topoX/topoXEvent.js"></script> |
161 | <script src="app/view/topoX/topoXForce.js"></script> | 161 | <script src="app/view/topoX/topoXForce.js"></script> |
162 | <link rel="stylesheet" href="app/view/topoX/topoX.css"> | 162 | <link rel="stylesheet" href="app/view/topoX/topoX.css"> |
163 | - <link rel="stylesheet" href="app/view/topoX/topoX-theme.css"> | 163 | + <link rel="stylesheet" href="app/view/topoX/topoX-theme.css">--> |
164 | 164 | ||
165 | <!-- Builtin views javascript. --> | 165 | <!-- Builtin views javascript. --> |
166 | <script src="app/view/topo/topo.js"></script> | 166 | <script src="app/view/topo/topo.js"></script> | ... | ... |
-
Please register or login to post a comment