From 7c13def3a29c88eea3ae62592b4e4cd4b317630f Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Wed, 4 Apr 2018 17:55:19 +0530 Subject: [PATCH 1/2] header btn link fix --- datacenterlight/static/datacenterlight/js/main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datacenterlight/static/datacenterlight/js/main.js b/datacenterlight/static/datacenterlight/js/main.js index dc5a9108..6753695c 100644 --- a/datacenterlight/static/datacenterlight/js/main.js +++ b/datacenterlight/static/datacenterlight/js/main.js @@ -113,10 +113,10 @@ } else if (href) { var path = $(this).prop('href').split('#'); var currentPath = window.location.origin + window.location.pathname; - if (!path[1]) { - window.location = href; - } else if (currentPath == path[0]) { + if (currentPath == path[0] && path[1]) { scrollToElement('#' + path[1]); + } else { + window.location = href; } } }); From 80f4ac52e87ca44331b37c0ad3c4fc27f8b338a3 Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Wed, 4 Apr 2018 18:36:45 +0530 Subject: [PATCH 2/2] update changelog --- Changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 899849ff..86a30b00 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +next: + * bgfix: [cms] header btn external link fix 1.6.2: 2018-04-01: * bgfix: [dcl] Fix user activation email style; add/correct some DE text * #4373: [dcl] update footer menu for pw reset/login/signup/activation request pages @@ -70,7 +72,7 @@ * [cms] Introduce UngleichHeaderBackgroundImageAndTextSliderPlugin that allows to have scrolling images and texts * [cms] Remove

tag for ungleich cms customer item template 1.2.12: 2017-12-09 - * #3594: [digitalglarus] Remove white scroll bar on the right in mobile + * #3594: [digitalglarus] Remove white scroll bar on the right in mobile * #3905: [ungleich] Update ungleich.ch header into a slider * #3968: [ungleich] Fix navbar logo alignment * [all] Enable logging custom modules