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