Rebase error

This commit is contained in:
syeopite 2023-12-06 00:03:00 -08:00 committed by Fijxu
parent 7b4158447c
commit 57f284d249
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -53,10 +53,6 @@ function show_youtube_replies(event) {
} }
function get_youtube_comments() { function get_youtube_comments() {
if (!video_data.comments_enabled) {
return;
};
var comments = document.getElementById('comments'); var comments = document.getElementById('comments');
var fallback = comments.innerHTML; var fallback = comments.innerHTML;