forked from GithubBackups/vichan
Attempt to fix scroll to anchor issue
This commit is contained in:
parent
6d7dc7d2d5
commit
071ffaa69c
@ -155,6 +155,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 false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user