aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--juick-www/src/main/static/scripts.js2
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);
}
}