mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-10 07:10:05 -04:00
Remove extra whitespace
This commit is contained in:
parent
b2dc4eb0dd
commit
08adf93aac
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ addEventListener('load', function (e) {
|
||||||
get_youtube_comments();
|
get_youtube_comments();
|
||||||
} else if (video_data.params.comments[1] === 'reddit') {
|
} else if (video_data.params.comments[1] === 'reddit') {
|
||||||
get_reddit_comments();
|
get_reddit_comments();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
document.getElementById("try-reddit-comments-link").onclick = swap_comments;
|
document.getElementById("try-reddit-comments-link").onclick = swap_comments;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue