summaryrefslogtreecommitdiffstats
path: root/assets/js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js')
-rw-r--r--assets/js/watch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/watch.js b/assets/js/watch.js
index cff84e4d..36506abd 100644
--- a/assets/js/watch.js
+++ b/assets/js/watch.js
@@ -282,7 +282,7 @@ function get_youtube_replies(target, load_more, load_replies) {
if (load_more) {
body = body.parentNode.parentNode;
body.removeChild(body.lastElementChild);
- body.innerHTML += response.contentHtml;
+ body.insertAdjacentHTML('beforeend', response.contentHtml);
} else {
body.removeChild(body.lastElementChild);