aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/js/comments.js
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-12-15 12:30:46 -0500
committerJesús <heckyel@hyperbola.info>2020-12-15 12:30:46 -0500
commitf9461a2e79cd0be50937139eb9d0ad1a55e0578f (patch)
tree5b73b4e68349da83df4dd664728efe17ddbe048d /youtube/static/js/comments.js
parenta6f21bbc6596a2e20e657dcecac0c64144c497d6 (diff)
downloadyt-local-f9461a2e79cd0be50937139eb9d0ad1a55e0578f.tar.lz
yt-local-f9461a2e79cd0be50937139eb9d0ad1a55e0578f.tar.xz
yt-local-f9461a2e79cd0be50937139eb9d0ad1a55e0578f.zip
Migration general theme: fix query video tag
Diffstat (limited to 'youtube/static/js/comments.js')
-rw-r--r--youtube/static/js/comments.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/static/js/comments.js b/youtube/static/js/comments.js
index 845ed3e..ccf5e39 100644
--- a/youtube/static/js/comments.js
+++ b/youtube/static/js/comments.js
@@ -17,4 +17,4 @@ window.addEventListener('DOMContentLoaded', function() {
if (e.button == 1) window.open(details.getAttribute("src"));
});
});
-}); \ No newline at end of file
+});