mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: jQuery include was incorrect for finish-installation
This commit is contained in:
parent
85bf18ad0e
commit
2fedf1c668
@ -2,7 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<%= stylesheet_link_tag 'wizard' %>
|
<%= stylesheet_link_tag 'wizard' %>
|
||||||
<%= render partial: "common/special_font_face" %>
|
<%= render partial: "common/special_font_face" %>
|
||||||
<%= script 'jquery_include' %>
|
<%= script 'jquery' %>
|
||||||
<%= script 'wizard-vendor' %>
|
<%= script 'wizard-vendor' %>
|
||||||
<%= render partial: "layouts/head" %>
|
<%= render partial: "layouts/head" %>
|
||||||
<title><%= t 'wizard.title' %></title>
|
<title><%= t 'wizard.title' %></title>
|
||||||
|
Loading…
Reference in New Issue
Block a user