fix
This commit is contained in:
parent
882da39b87
commit
62bb1b7b32
@ -63,8 +63,7 @@ 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.childNodes[0]);
|
rootelem.appendChild(e);
|
||||||
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