From 69f35e2e7d68081c232628bdaf6227e51a394368 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Tue, 12 Jan 2021 21:52:42 +1100 Subject: [PATCH 1/2] Revert "Remove out of date require" This reverts commit ffc0d0e8bff95d012ad0e7f30217f38afcdc9e59. --- assets/javascripts/wizard-custom.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/javascripts/wizard-custom.js b/assets/javascripts/wizard-custom.js index 7876ee1d..5d18328f 100644 --- a/assets/javascripts/wizard-custom.js +++ b/assets/javascripts/wizard-custom.js @@ -44,6 +44,8 @@ //= require discourse/app/adapters/rest +//= require message-bus + //= require discourse/app/models/login-method //= require discourse/app/models/permission-type //= require discourse/app/models/archetype From 0960dda2d32a86383051b7fda369133d741d2cd8 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Thu, 14 Jan 2021 16:41:08 +1100 Subject: [PATCH 2/2] Add theme "Header" html support --- views/layouts/wizard.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/views/layouts/wizard.html.erb b/views/layouts/wizard.html.erb index ea6d6f2a..f1069af3 100644 --- a/views/layouts/wizard.html.erb +++ b/views/layouts/wizard.html.erb @@ -35,6 +35,10 @@ + <%- unless customization_disabled? %> + <%= raw theme_lookup("header") %> + <%- end %> +
<%- unless customization_disabled? %>