Skip to content

Commit

Permalink
BUGFIX: Extra quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
burdin-an committed Apr 26, 2020
1 parent 305376b commit da48ab7
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 da48ab7

Please sign in to comment.