DEV: Move scripts into theme.html body (#17409)

They were incorrectly placed after the body
This commit is contained in:
Jarek Radosz
2022-07-10 10:52:29 +02:00
committed by GitHub
parent d5dc2496d4
commit 8bf11ae0ce

View File

@@ -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>