From ea3a8932beec087811b8bcaa1c79a5bcecf20f9b Mon Sep 17 00:00:00 2001 From: Pierre Bondoerffer Date: Wed, 2 Aug 2017 11:50:35 +0200 Subject: [PATCH] put the content in the right place --- customize.dist/pages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/pages.js b/customize.dist/pages.js index 8a6208437..c68d8eed4 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -152,9 +152,9 @@ define([ setHTML(h('p'), Msg.main_p2), h('h2', Msg.main_howitworks), setHTML(h('p'), Msg.main_howitworks_p1) - ]), + ].concat(indexContent())), infopageFooter() - ].concat(indexContent())); + ]); }; Pages['/privacy.html'] = function () {