FIX: Remove unused JS from "finish installation" page (#12263)

This fixes the following error: "Uncaught ReferenceError: I18n is not defined"
The alternative would be to add `locales/#{I18n.locale}`, but the pages do not use any JS.
This commit is contained in:
Gerhard Schlager 2021-03-02 19:19:19 +01:00 committed by GitHub
parent a96a5db0fb
commit 0019e2e110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@
<%= discourse_stylesheet_link_tag 'wizard', theme_ids: nil %>
<%= discourse_color_scheme_stylesheets %>
<%= preload_script 'ember_jquery' %>
<%= preload_script 'wizard-vendor' %>
<%= render partial: "layouts/head" %>
<title><%= t 'wizard.title' %></title>
</head>