Archived
1
0
This commit is contained in:
Jeff Becker 2017-10-31 12:41:01 -04:00
parent 882da39b87
commit 62bb1b7b32
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -63,8 +63,7 @@ var reloadThreadJSON = function(ourPost) {
if(!e) {
e = document.createElement("div");
e.innerHTML = posts[idx].PostMarkup;
rootelem.appendChild(e.childNodes[0]);
e.remove();
rootelem.appendChild(e);
if(ourPost && posts[idx].Message_id == ourPost) {
// focus on our post
window.location.hash = id;