mirror of
https://github.com/discourse/discourse.git
synced 2025-04-11 00:17:07 +08:00
FIX: remove code that restricted "header" theme field from admin
There was some old code that restricted a percentage of a themes code from admin, only when admin was refreshed, this leads to lots of confusion Conditional is now removed
This commit is contained in:
parent
27e732a58d
commit
4c8fe13500
@ -86,7 +86,7 @@
|
|||||||
</footer>
|
</footer>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|
||||||
<%- unless customization_disabled? || loading_admin? %>
|
<%- unless customization_disabled? %>
|
||||||
<%= theme_lookup("header") %>
|
<%= theme_lookup("header") %>
|
||||||
<%= build_plugin_html 'server:header' %>
|
<%= build_plugin_html 'server:header' %>
|
||||||
<%- end %>
|
<%- end %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user