mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00: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>
|
||||
</noscript>
|
||||
|
||||
<%- unless customization_disabled? || loading_admin? %>
|
||||
<%- unless customization_disabled? %>
|
||||
<%= theme_lookup("header") %>
|
||||
<%= build_plugin_html 'server:header' %>
|
||||
<%- end %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user