From 0f0917210e32d9bf8d9ee7f250c56f7770304851 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Sun, 7 Feb 2016 13:04:54 -0800 Subject: [PATCH] revert async load of js --- app/views/layouts/default.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/default.html.erb b/app/views/layouts/default.html.erb index 22df9b9c3..0260c0010 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", :async => true %> + <%= javascript_include_tag "application" %> <%= raw Danbooru.config.custom_html_header_content %> <%= yield :html_header %> <% if Danbooru.config.twitter_site %>