mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-02 06:26:27 -04:00
console.warn
and info
instead of log
This commit is contained in:
parent
026ea52445
commit
3431a1b1de
6 changed files with 28 additions and 28 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue