mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00: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