From ce8dba42006559b95309f28be6bdf49b0161e929 Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Wed, 13 Mar 2019 11:40:39 -0700 Subject: [PATCH] fixed disappearing header in Chrome --- app/ui/blank.js | 2 +- app/ui/error.js | 2 +- app/ui/home.js | 2 +- app/ui/notFound.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/ui/blank.js b/app/ui/blank.js index 42d8f423..34f3429c 100644 --- a/app/ui/blank.js +++ b/app/ui/blank.js @@ -4,7 +4,7 @@ module.exports = function() { return html`
diff --git a/app/ui/error.js b/app/ui/error.js index 3aa96916..4d64b196 100644 --- a/app/ui/error.js +++ b/app/ui/error.js @@ -7,7 +7,7 @@ module.exports = function(state, emit) {
${state.modal && modal(state, emit)}

${state.translate('errorPageHeader')} diff --git a/app/ui/home.js b/app/ui/home.js index 925df5f9..14d86c9a 100644 --- a/app/ui/home.js +++ b/app/ui/home.js @@ -30,7 +30,7 @@ module.exports = function(state, emit) {
${state.modal && modal(state, emit)}
${left}
${right}
diff --git a/app/ui/notFound.js b/app/ui/notFound.js index e24a9dab..18fa20fc 100644 --- a/app/ui/notFound.js +++ b/app/ui/notFound.js @@ -7,7 +7,7 @@ module.exports = function(state, emit) {
${state.modal && modal(state, emit)}

${state.translate('expiredTitle')}