mirror of
https://gitea.invidious.io/iv-org/invidious
synced 2025-06-05 23:29:12 +02:00
console.warn
and info
instead of log
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user