diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js
index 7a1bff66c..c8d3642a3 100644
--- a/app/assets/javascripts/application.js
+++ b/app/assets/javascripts/application.js
@@ -4,6 +4,8 @@
//= require jquery.timeout.js
//= require jquery-ui-autocomplete-custom.js
//= require jquery.storageapi.js
+//= require ugoira_player.js
+//= require stupidtable.js
//= require rails.js
//= require common.js
//= require_tree .
diff --git a/app/views/posts/partials/show/_ugoira_original.html.erb b/app/views/posts/partials/show/_ugoira_original.html.erb
index 80111617d..2be599391 100644
--- a/app/views/posts/partials/show/_ugoira_original.html.erb
+++ b/app/views/posts/partials/show/_ugoira_original.html.erb
@@ -37,7 +37,6 @@
<% content_for(:html_header) do %>
- <%= javascript_include_tag "ugoira_player" %>
-<% end %>
\ No newline at end of file
+<% end %>
diff --git a/app/views/reports/janitor_trials.html.erb b/app/views/reports/janitor_trials.html.erb
index f86fcf4a0..ef8526064 100644
--- a/app/views/reports/janitor_trials.html.erb
+++ b/app/views/reports/janitor_trials.html.erb
@@ -47,7 +47,6 @@
<% end %>
<%= content_for(:html_header) do %>
- <%= javascript_include_tag "stupidtable" %>
-<% end %>
\ No newline at end of file
+<% end %>
diff --git a/app/views/reports/user_promotions.html.erb b/app/views/reports/user_promotions.html.erb
index 5245f98c5..af7d15f0c 100644
--- a/app/views/reports/user_promotions.html.erb
+++ b/app/views/reports/user_promotions.html.erb
@@ -40,7 +40,6 @@
<% end %>
<%= content_for(:html_header) do %>
- <%= javascript_include_tag "stupidtable" %>
-<% end %>
\ No newline at end of file
+<% end %>