parent
55dc52daf2
commit
3c0122e8a2
@ -63,7 +63,8 @@ var reloadThreadJSON = function(ourPost) {
|
|||||||
if(!e) {
|
if(!e) {
|
||||||
e = document.createElement("div");
|
e = document.createElement("div");
|
||||||
e.innerHTML = posts[idx].PostMarkup;
|
e.innerHTML = posts[idx].PostMarkup;
|
||||||
rootelem.appendChild(e);
|
rootelem.appendChild(e.childNodes[0]);
|
||||||
|
e.remove();
|
||||||
if(ourPost && posts[idx].Message_id == ourPost) {
|
if(ourPost && posts[idx].Message_id == ourPost) {
|
||||||
// focus on our post
|
// focus on our post
|
||||||
window.location.hash = id;
|
window.location.hash = id;
|
||||||
|
Reference in New Issue
Block a user