diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-26 13:16:01 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-26 13:16:01 -0500 |
commit | 65300003cd87619aba41ea6fe2fa1692b55b6742 (patch) | |
tree | 5b6bdfc029e860fecb5b81dbbd1116e73fd3bff7 /youtube | |
parent | 4a5b336deb29154e416eeea2898c5846a648aaf1 (diff) | |
download | yt-local-65300003cd87619aba41ea6fe2fa1692b55b6742.tar.lz yt-local-65300003cd87619aba41ea6fe2fa1692b55b6742.tar.xz yt-local-65300003cd87619aba41ea6fe2fa1692b55b6742.zip |
Fix data comments 00ef1c862744ec00886bc3fa4b95fdfc6c151866
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/templates/comments.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |