mirror of
https://github.com/iv-org/invidious.git
synced 2025-09-02 18:32:53 +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