mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 10:59:51 +08:00
FEATURE: Add plugin html hook to insert html before any other scripts
This commit is contained in:
parent
dedd5e0e60
commit
b0d93a38e8
|
@ -17,6 +17,8 @@
|
|||
<meta name="shared_session_key" content="<%= shared_session_key %>">
|
||||
<%- end %>
|
||||
|
||||
<%= build_plugin_html 'server:before-script-load' %>
|
||||
|
||||
<%= preload_script "locales/#{I18n.locale}" %>
|
||||
<%= preload_script "ember_jquery" %>
|
||||
<%= preload_script "preload-store" %>
|
||||
|
|
Loading…
Reference in New Issue
Block a user