mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
DEV: Move scripts into theme.html body (#17409)
They were incorrectly placed after the body
This commit is contained in:
parent
d5dc2496d4
commit
8bf11ae0ce
@ -45,9 +45,10 @@
|
||||
<%- end %>
|
||||
<%- end %>
|
||||
<%- end %>
|
||||
|
||||
<%- if !@suggested_themes %>
|
||||
<%= preload_script "scripts/discourse-test-listen-boot" %>
|
||||
<%= preload_script "scripts/discourse-boot" %>
|
||||
<%- end %>
|
||||
</body>
|
||||
<%- if !@suggested_themes %>
|
||||
<%= preload_script "scripts/discourse-test-listen-boot" %>
|
||||
<%= preload_script "scripts/discourse-boot" %>
|
||||
<%- end %>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user