From b823223bd11bd9f0b9490b209a02734dce9e7c9f Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sat, 30 Sep 2017 09:02:59 -0400 Subject: [PATCH] fix js --- contrib/static/overchan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/static/overchan.js b/contrib/static/overchan.js index e91ade3..2103b69 100644 --- a/contrib/static/overchan.js +++ b/contrib/static/overchan.js @@ -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; } } }