Skip to content

Commit

Permalink
Merge pull request #287 from connorshea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
AnthonySuper committed Dec 4, 2015
2 parents 296b8be + f511e23 commit 53c57c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta charset="utf-8">

<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true, async: true %>
<%= csrf_meta_tags %>

<%# Google Analytics %>
Expand Down

0 comments on commit 53c57c4

Please sign in to comment.