forked from leftypol/leftypol
Attempt to fix scroll to anchor issue
This commit is contained in:
parent
dbaeb395ac
commit
e81d016ffa
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ function highlightReply(id) {
|
||||||
var post = document.getElementById('reply_'+id);
|
var post = document.getElementById('reply_'+id);
|
||||||
if (post)
|
if (post)
|
||||||
post.className += ' highlighted';
|
post.className += ' highlighted';
|
||||||
|
window.location.hash = id;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue