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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>