revert async load of js

This commit is contained in:
r888888888
2016-02-07 13:04:54 -08:00
parent e04a62b962
commit 0f0917210e

View File

@@ -28,7 +28,7 @@
<% if CurrentUser.user.custom_style.present? %>
<%= stylesheet_link_tag custom_style_users_path, :media => "screen" %>
<% end %>
<%= javascript_include_tag "application", :async => true %>
<%= javascript_include_tag "application" %>
<%= raw Danbooru.config.custom_html_header_content %>
<%= yield :html_header %>
<% if Danbooru.config.twitter_site %>