mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Move scripts into theme.html body (#17409)
They were incorrectly placed after the body
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user