summaryrefslogtreecommitdiffstats
path: root/assets/js/community.js
diff options
context:
space:
mode:
authormeow <woem>2022-04-20 16:36:03 +0300
committermeow <woem>2022-04-25 12:54:32 +0300
commit3431a1b1def2408a8b4ad26a831e6606b8db11f9 (patch)
treed62fb3cd9952b4416822a3ba91f6839efcd26cc0 /assets/js/community.js
parent026ea52445cca3c7f86e6cefa9899f58a13758a7 (diff)
downloadinvidious-3431a1b1def2408a8b4ad26a831e6606b8db11f9.tar.gz
invidious-3431a1b1def2408a8b4ad26a831e6606b8db11f9.tar.bz2
invidious-3431a1b1def2408a8b4ad26a831e6606b8db11f9.zip
`console.warn` and `info` instead of `log`
Diffstat (limited to '')
-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;
};