Skip to content

Commit

Permalink
Remove the line-comment template
Browse files Browse the repository at this point in the history
Wasn’t used anywhere
  • Loading branch information
nb committed Sep 29, 2014
1 parent 4df71d1 commit f688aa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions code_comments/templates/js/line-comment.html

This file was deleted.

2 changes: 1 addition & 1 deletion code_comments/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_navigation_items(self, req):
class JSDataForRequests(CodeComments):
implements(IRequestFilter)

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',]

# IRequestFilter methods
def pre_process_request(self, req, handler):
Expand Down

0 comments on commit f688aa5

Please sign in to comment.