From bfbfec2b16767b30563f3b762ea531858fe8937b Mon Sep 17 00:00:00 2001 From: syeopite Date: Wed, 6 Dec 2023 00:03:00 -0800 Subject: [PATCH] Rebase error --- assets/js/comments.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/js/comments.js b/assets/js/comments.js index 45817bff..ac519388 100644 --- a/assets/js/comments.js +++ b/assets/js/comments.js @@ -53,10 +53,6 @@ function show_youtube_replies(event) { } function get_youtube_comments() { - if (!video_data.comments_enabled) { - return; - }; - var comments = document.getElementById('comments'); var fallback = comments.innerHTML;