Skip to content

Commit

Permalink
fix navigator problem continued
Browse files Browse the repository at this point in the history
  • Loading branch information
vr2262 committed Jan 10, 2017
1 parent 8d5e36f commit eee3cc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dokomoforms/templates/view_visualize.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ <h4>Welcome {{ current_user }}</h4>


<script src="/static/lib.js"></script>
<script src="https://login.persona.org/include.js"></script>
<script src="/static/persona.js"></script>
<script src="https://d3js.org/d3.v3.js"></script>
<script src="/static/visualizations.js"></script>
{% if time_data %}
Expand Down Expand Up @@ -50,4 +52,6 @@ <h4>Welcome {{ current_user }}</h4>
</form>
</div>
</div>
<script src="https://login.persona.org/include.js"></script>
<script src="/static/persona.js"></script>
{% end %}

0 comments on commit eee3cc5

Please sign in to comment.