From 65300003cd87619aba41ea6fe2fa1692b55b6742 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jes=C3=BAs?= <heckyel@hyperbola.info>
Date: Fri, 26 Feb 2021 13:16:01 -0500
Subject: Fix data comments 00ef1c862744ec00886bc3fa4b95fdfc6c151866

---
 youtube/templates/comments.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'youtube/templates')

diff --git a/youtube/templates/comments.html b/youtube/templates/comments.html
index 808f98a..7d0ef85 100644
--- a/youtube/templates/comments.html
+++ b/youtube/templates/comments.html
@@ -25,7 +25,7 @@
             <div class="button-row">
                 {% if comment['reply_count'] %}
                     {% if settings.use_comments_js and comment['replies_url'] %}
-                        <details class="replies" src="{{ comment['replies_url'] }}">
+                        <details class="replies" data-src="{{ comment['replies_url'] }}">
                             <summary>{{ comment['view_replies_text'] }}</summary>
                             <a href="{{ comment['replies_url'] }}" class="replies-open-new-tab" target="_blank">Open in new tab</a>
                             <div class="comment_page">loading...</div>
-- 
cgit v1.2.3