make js async
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
<% if CurrentUser.user.custom_style.present? %>
|
<% if CurrentUser.user.custom_style.present? %>
|
||||||
<%= stylesheet_link_tag custom_style_users_path, :media => "screen" %>
|
<%= stylesheet_link_tag custom_style_users_path, :media => "screen" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<%= javascript_include_tag "application" %>
|
<%= javascript_include_tag "application", :async => true %>
|
||||||
<%= raw Danbooru.config.custom_html_header_content %>
|
<%= raw Danbooru.config.custom_html_header_content %>
|
||||||
<%= yield :html_header %>
|
<%= yield :html_header %>
|
||||||
<% if Danbooru.config.twitter_site %>
|
<% if Danbooru.config.twitter_site %>
|
||||||
|
|||||||
Reference in New Issue
Block a user