Remove extra whitespace

This commit is contained in:
syeopite 2023-09-17 11:41:17 -07:00
parent 9665b82fb5
commit 3601d42716
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ addEventListener('load', function (e) {
get_youtube_comments();
} else if (video_data.params.comments[1] === 'reddit') {
get_reddit_comments();
}
}
});
document.getElementById("try-reddit-comments-link").onclick = swap_comments;