mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +08: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 %>
|
<%- end %>
|
||||||
<%- end %>
|
<%- end %>
|
||||||
|
|
||||||
|
<%- if !@suggested_themes %>
|
||||||
|
<%= preload_script "scripts/discourse-test-listen-boot" %>
|
||||||
|
<%= preload_script "scripts/discourse-boot" %>
|
||||||
|
<%- end %>
|
||||||
</body>
|
</body>
|
||||||
<%- if !@suggested_themes %>
|
|
||||||
<%= preload_script "scripts/discourse-test-listen-boot" %>
|
|
||||||
<%= preload_script "scripts/discourse-boot" %>
|
|
||||||
<%- end %>
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user