diff options
| author | meow <woem> | 2022-04-20 16:36:03 +0300 |
|---|---|---|
| committer | meow <woem> | 2022-04-25 12:54:32 +0300 |
| commit | 3431a1b1def2408a8b4ad26a831e6606b8db11f9 (patch) | |
| tree | d62fb3cd9952b4416822a3ba91f6839efcd26cc0 /assets/js/community.js | |
| parent | 026ea52445cca3c7f86e6cefa9899f58a13758a7 (diff) | |
| download | invidious-3431a1b1def2408a8b4ad26a831e6606b8db11f9.tar.gz invidious-3431a1b1def2408a8b4ad26a831e6606b8db11f9.tar.bz2 invidious-3431a1b1def2408a8b4ad26a831e6606b8db11f9.zip | |
`console.warn` and `info` instead of `log`
Diffstat (limited to 'assets/js/community.js')
| -rw-r--r-- | assets/js/community.js | 2 |
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; }; |
