Remove extra whitespace

This commit is contained in:
syeopite 2023-09-17 11:41:17 -07:00 committed by Fijxu
parent b89f864938
commit c2e0bffd8b
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -194,7 +194,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;