mirror of
https://github.com/discourse/discourse.git
synced 2024-12-15 07:16:48 +08:00
FEATURE: Add plugin html hook to insert html before any other scripts
This commit is contained in:
parent
c9fd2679e4
commit
cbfd9595c4
|
@ -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