Skip to content

Commit f688aa5

Browse files
committed
Remove the line-comment template
Wasn’t used anywhere
1 parent 4df71d1 commit f688aa5

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

code_comments/templates/js/line-comment.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

code_comments/web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_navigation_items(self, req):
5555
class JSDataForRequests(CodeComments):
5656
implements(IRequestFilter)
5757

58-
js_templates = ['page-comments-block', 'comment', 'add-comment-dialog', 'line-comment', 'comments-for-a-line',]
58+
js_templates = ['page-comments-block', 'comment', 'add-comment-dialog', 'comment', 'comments-for-a-line',]
5959

6060
# IRequestFilter methods
6161
def pre_process_request(self, req, handler):

0 commit comments

Comments
 (0)