diff --git a/app/views/layouts/_common_head.html.erb b/app/views/layouts/_common_head.html.erb
index 643fd307..7830335d 100644
--- a/app/views/layouts/_common_head.html.erb
+++ b/app/views/layouts/_common_head.html.erb
@@ -8,8 +8,8 @@
<%#
is set in _seo.html.erb %>
<%= render 'layouts/favicon' %>
-<%= javascript_pack_tag 'application' %>
<%= javascript_include_tag 'application' %>
+<%= javascript_pack_tag 'application' %>
<%= render 'layouts/seo' %>
<%# todo: Is there a way to play nicer with thredded's jquery? %>