Archived
1
0
This commit is contained in:
Jeff Becker
2017-09-30 09:02:59 -04:00
parent c951473310
commit b823223bd1

View File

@@ -67,7 +67,7 @@ var reloadThreadJSON = function(ourPost) {
e.remove();
if(ourPost && posts[idx].Message_id == ourPost) {
// focus on our post
window.location.href = window.location.href.replace("#", "") + "#"+id;
window.location.hash = id;
}
}
}