From 4c8fe13500c5b79bb93366fdfb4003e82f585220 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 15 Oct 2018 17:29:10 +1100 Subject: [PATCH] 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 --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index a64d8997c3d..83a9b6753f7 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -86,7 +86,7 @@ - <%- unless customization_disabled? || loading_admin? %> + <%- unless customization_disabled? %> <%= theme_lookup("header") %> <%= build_plugin_html 'server:header' %> <%- end %>