summaryrefslogtreecommitdiffstats
path: root/assets/js/community.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/community.js')
-rw-r--r--assets/js/community.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/community.js b/assets/js/community.js
index 33e2e3ed..608dc971 100644
--- a/assets/js/community.js
+++ b/assets/js/community.js
@@ -62,7 +62,7 @@ function get_youtube_replies(target, load_more) {
a.onclick = hide_youtube_replies;
a.setAttribute('data-sub-text', community_data.hide_replies_text);
a.setAttribute('data-inner-text', community_data.show_replies_text);
- a.innerText = community_data.hide_replies_text;
+ a.textContent = community_data.hide_replies_text;
var div = document.createElement('div');
div.innerHTML = response.contentHtml;