From 67d589e163846516c1ec53da691140f42805f89c Mon Sep 17 00:00:00 2001 From: tim Date: Fri, 14 Oct 2016 14:00:20 +0200 Subject: [PATCH] Redirect fix --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index b93a1e87..ebcaca82 100644 --- a/js/app.js +++ b/js/app.js @@ -55,7 +55,7 @@ const AppGateway = { if (subdomain) { // Some whitelabels have landing pages so we should not automatically redirect from / to /collection. // Only www and cc do not have a landing page. - if (subdomain !== 'cc' || subdomain === 'bokk') { + if (subdomain !== 'cc' && subdomain !== 'bokk') { redirectRoute = null; }