diff options
Diffstat (limited to 'python/risk_insight/templates/indices.html')
| -rw-r--r-- | python/risk_insight/templates/indices.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/risk_insight/templates/indices.html b/python/risk_insight/templates/indices.html index 11950694..af69636c 100644 --- a/python/risk_insight/templates/indices.html +++ b/python/risk_insight/templates/indices.html @@ -35,7 +35,7 @@ </select> </div> <script type="text/javascript" src="{{ url_for('static', filename='dygraph-combined.js') }}"></script> - <script type="text/javascript" src="{{ url_for('static', filename='jquery-2.1.1.min.js') }}"></script> + <script type="text/javascript" src="{{ url_for('static', filename='utils.js') }}"></script> <script type="text/javascript" src="{{ url_for('static', filename='indices.js') }}"></script> </body> </html> |
