diff --git a/app/views/common/_discourse_javascript.html.erb b/app/views/common/_discourse_javascript.html.erb index e4b4f4d87..d9f58b76d 100644 --- a/app/views/common/_discourse_javascript.html.erb +++ b/app/views/common/_discourse_javascript.html.erb @@ -15,12 +15,6 @@ })(); -<%# load the selected locale before any other scripts %> -<%= javascript_include_tag "locales/#{I18n.locale}" %> -<%= javascript_include_tag "application" %> -<%- if staff? %> - <%= javascript_include_tag "admin"%> -<%- end %>