aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorJames Taylor <28744867+user234683@users.noreply.github.com>2020-10-11 18:52:34 -0700
committerGitHub <noreply@github.com>2020-10-11 18:52:34 -0700
commit2cfc6dec39ccdcc0c5fe2eea73f47b7040e51833 (patch)
tree7bad2fcf78184195bab8472acace235377ef7eed /settings.py
parente182cf82839c7de137b05ba347fed7767d554020 (diff)
parent643a0e8659b7358bb2c06cc707e36b82b949c912 (diff)
downloadyt-local-2cfc6dec39ccdcc0c5fe2eea73f47b7040e51833.tar.lz
yt-local-2cfc6dec39ccdcc0c5fe2eea73f47b7040e51833.tar.xz
yt-local-2cfc6dec39ccdcc0c5fe2eea73f47b7040e51833.zip
Merge pull request #23 from zrose584/comments_js
add comments.js for comment replies
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 942f79c..fffe6f2 100644
--- a/settings.py
+++ b/settings.py
@@ -128,6 +128,13 @@ For security reasons, enabling this is not recommended.''',
'comment': '',
}),
+ ('use_comments_js', {
+ 'label': 'Enable comments.js',
+ 'type': bool,
+ 'default': True,
+ 'comment': '',
+ }),
+
('theme', {
'type': int,
'default': 0,