From 17853c71d7cc82d33f42bdef492a15ffcf08bd35 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 29 Jul 2016 11:28:51 +0300 Subject: www: fix tree unfolding --- juick-www/src/main/static/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-www/src/main/static/scripts.js') diff --git a/juick-www/src/main/static/scripts.js b/juick-www/src/main/static/scripts.js index a40ed57a..c46eb540 100644 --- a/juick-www/src/main/static/scripts.js +++ b/juick-www/src/main/static/scripts.js @@ -368,7 +368,7 @@ function unfoldReply() { while (el.style.display === 'none') { el = el.previousElementSibling; } - showMoreReplies(el, anchor); + showMoreReplies(el, el.getAttribute('id')); window.location.replace(window.location.hash); } } -- cgit v1.2.3