fix js
This commit is contained in:
parent
c951473310
commit
b823223bd1
@ -67,7 +67,7 @@ var reloadThreadJSON = function(ourPost) {
|
|||||||
e.remove();
|
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.href = window.location.href.replace("#", "") + "#"+id;
|
window.location.hash = id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user