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 58caa71e..44066a58 100644
--- a/assets/js/community.js
+++ b/assets/js/community.js
@@ -96,7 +96,7 @@ function get_youtube_replies(target, load_more) {
};
xhr.ontimeout = function () {
- console.log('Pulling comments failed.');
+ console.warn('Pulling comments failed.');
body.innerHTML = fallback;
};