Skip to content

Commit

Permalink
Move JS to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Mar 21, 2016
1 parent a51421c commit 09dde1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hasjob/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
<link rel="alternate" type="application/atom+xml" title="Jobs in {{ location['use_title'] }} | {% if g.board -%} {{ g.board.title }} {%- if g.board.not_root %} ({{ config['SITE_TITLE'] }}) {%- endif -%} {%- else -%} {{ config['SITE_TITLE'] }} {%- endif %}" href="{{ url_for('feed_by_location', location=location['name']) }}" />
{%- endif %}
<link href="//cdnjs.cloudflare.com/ajax/libs/c3/0.4.10/c3.min.css" rel="stylesheet" />
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/c3/0.4.10/c3.min.js"></script>

{% endblock %}

{% block description -%}
Expand Down Expand Up @@ -209,6 +206,8 @@ <h2>What these jobs pay per annum</h2>
});
</script>
{%- endif %}
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/c3/0.4.10/c3.min.js"></script>
{%- if pay_graph_data and not paginated %}
<script type="text/javascript">
c3.generate({
Expand Down

0 comments on commit 09dde1d

Please sign in to comment.