Update email preview page

No longer requires the branding_type GET param.

Retains the 'govuk' default brand.
This commit is contained in:
Tom Byers
2018-08-29 11:38:40 +01:00
parent 0df88ea182
commit 151488fa78
2 changed files with 8 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
const $paneWrapper = $('<div class="column-full"></div>');
const $form = $('form');
const $previewPane = $('<iframe src="/_email?' +
const $previewPane = $('<iframe src="/_email?' +
buildQueryString(['branding_style', branding_style]) +
'" class="email-branding-preview"></iframe>');