Browse Source

Attempt to fix scroll to anchor issue

pull/40/head
8chan 10 years ago
committed by czaks
parent
commit
e81d016ffa
  1. 1
      templates/main.js

1
templates/main.js

@ -154,6 +154,7 @@ function highlightReply(id) {
var post = document.getElementById('reply_'+id);
if (post)
post.className += ' highlighted';
window.location.hash = id;
}
return true;
}

Loading…
Cancel
Save