diff options
Diffstat (limited to 'web_src/js/features/repo-legacy.js')
-rw-r--r-- | web_src/js/features/repo-legacy.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web_src/js/features/repo-legacy.js b/web_src/js/features/repo-legacy.js index 8b3b7b5c12..08fe21190a 100644 --- a/web_src/js/features/repo-legacy.js +++ b/web_src/js/features/repo-legacy.js @@ -301,7 +301,6 @@ export function initRepoCommentForm() { selectItem('.select-assignee', '#assignee_id'); } - async function onEditContent(event) { event.preventDefault(); @@ -539,7 +538,6 @@ export function initRepository() { initRepoDiffConversationNav(); initRepoIssueReferenceIssue(); - initRepoIssueCommentDelete(); initRepoIssueDependencyDelete(); initRepoIssueCodeCommentCancel(); |