aboutsummaryrefslogtreecommitdiffstats
path: root/risk_insight/templates/indices.html
diff options
context:
space:
mode:
Diffstat (limited to 'risk_insight/templates/indices.html')
-rw-r--r--risk_insight/templates/indices.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/risk_insight/templates/indices.html b/risk_insight/templates/indices.html
index aedfa799..45d9404d 100644
--- a/risk_insight/templates/indices.html
+++ b/risk_insight/templates/indices.html
@@ -5,7 +5,7 @@
<script type="text/javascript" src="{{ url_for('static', filename='jquery-2.1.1.min.js') }}"></script>
</head>
<body>
- <div id="graph1"
+ <div id="graph"
style="width:800px; height:500px;float:left;margin:auto">
</div>
<div style="margin-top:5em;display:inline-block">
@@ -25,6 +25,6 @@
<option value="10yr">10yr</option>
</select>
</div>
-<script type="text/javascript" src="{{ url_for('static', filename='main.js') }}"></script>
+<script type="text/javascript" src="{{ url_for('static', filename='indices.js') }}"></script>
</body>
</html>