We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df71d1 commit f688aa5Copy full SHA for f688aa5
2 files changed
code_comments/templates/js/line-comment.html
code_comments/web.py
@@ -55,7 +55,7 @@ def get_navigation_items(self, req):
55
class JSDataForRequests(CodeComments):
56
implements(IRequestFilter)
57
58
- js_templates = ['page-comments-block', 'comment', 'add-comment-dialog', 'line-comment', 'comments-for-a-line',]
+ js_templates = ['page-comments-block', 'comment', 'add-comment-dialog', 'comment', 'comments-for-a-line',]
59
60
# IRequestFilter methods
61
def pre_process_request(self, req, handler):
0 commit comments