From da48ab764fb81ea016cca8703f3e755692a8e4eb Mon Sep 17 00:00:00 2001 From: "Andrey N. Burdin" Date: Sun, 26 Apr 2020 23:44:24 +1100 Subject: [PATCH] BUGFIX: Extra quotes --- Configuration/TypoScript/Page/JS/InlineJS.typoscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/TypoScript/Page/JS/InlineJS.typoscript b/Configuration/TypoScript/Page/JS/InlineJS.typoscript index 06a90ac5..89d79ad6 100644 --- a/Configuration/TypoScript/Page/JS/InlineJS.typoscript +++ b/Configuration/TypoScript/Page/JS/InlineJS.typoscript @@ -75,7 +75,7 @@ temp.jsFooterInline { var hash = window.location.hash; - if ($("hash").length) { + if ($(hash).length) { var idArr = hash.split('#'), targetElement = document.getElementById(idArr[1]), targetOffset = targetElement.offsetTop,