Skip to content

Commit

Permalink
Merge pull request #23 from burdin-an/patch-1
Browse files Browse the repository at this point in the history
BUGFIX: Extra quotes
  • Loading branch information
t3solution committed Apr 26, 2020
2 parents 305376b + da48ab7 commit 7fb611a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/TypoScript/Page/JS/InlineJS.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7fb611a

Please sign in to comment.