Merge pull request #23 from zrose584/comments_js

add comments.js for comment replies
This commit is contained in:
James Taylor
2020-10-11 18:52:34 -07:00
committed by GitHub
9 changed files with 93 additions and 19 deletions

View File

@@ -26,6 +26,7 @@ theme_names = {
def inject_theme_preference():
return {
'theme_path': '/youtube.com/static/' + theme_names[settings.theme] + '.css',
'settings': settings,
}
@yt_app.template_filter('commatize')