mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-06 10:44:03 +00: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