diff options
Diffstat (limited to 'youtube/static/js/comments.js')
-rw-r--r-- | youtube/static/js/comments.js | 2 |
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 +}); |