diff options
Diffstat (limited to 'juick-www/src/main/static')
-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 78be5344..fa6d1307 100644 --- a/juick-www/src/main/static/scripts.js +++ b/juick-www/src/main/static/scripts.js @@ -171,7 +171,7 @@ function nextReply() { if (li) { li.classList.remove('reply-new'); li.removeEventListener('click', this); - li.childNodes[0].scrollIntoView(); + li.children[0].scrollIntoView(); updateRepliesCounter(); } } |