diff options
Diffstat (limited to 'python/risk_insight/templates')
| -rw-r--r-- | python/risk_insight/templates/indices.html | 2 | ||||
| -rw-r--r-- | python/risk_insight/templates/tranches.html | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/python/risk_insight/templates/tranches.html b/python/risk_insight/templates/tranches.html index 9cec5653..b6c88d3c 100644 --- a/python/risk_insight/templates/tranches.html +++ b/python/risk_insight/templates/tranches.html @@ -37,8 +37,8 @@ <option value="el">Expected Loss</option> </select> </div> + <script type="text/javascript" src="{{ url_for('static', filename='utils.js') }}"></script> <script type="text/javascript" src="{{ url_for('static', filename='tranches.js') }}"></script> <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> </body> </html> |
