diff --git a/app/views/layouts/default.html.erb b/app/views/layouts/default.html.erb
index 0260c0010..22df9b9c3 100644
--- a/app/views/layouts/default.html.erb
+++ b/app/views/layouts/default.html.erb
@@ -28,7 +28,7 @@
<% if CurrentUser.user.custom_style.present? %>
<%= stylesheet_link_tag custom_style_users_path, :media => "screen" %>
<% end %>
- <%= javascript_include_tag "application" %>
+ <%= javascript_include_tag "application", :async => true %>
<%= raw Danbooru.config.custom_html_header_content %>
<%= yield :html_header %>
<% if Danbooru.config.twitter_site %>