From f9461a2e79cd0be50937139eb9d0ad1a55e0578f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 15 Dec 2020 12:30:46 -0500 Subject: Migration general theme: fix query video tag --- youtube/static/js/comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube/static/js/comments.js') 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 +}); -- cgit v1.2.3