Rebase error

This commit is contained in:
syeopite
2023-12-06 00:03:00 -08:00
parent 401a4fc62d
commit 90dc0dbdc5

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;