fix
This commit is contained in:
parent
882da39b87
commit
62bb1b7b32
@ -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;
|
||||
|
Reference in New Issue
Block a user