diff options
-rw-r--r-- | juick-www/src/main/static/scripts.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |