diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-04-11 15:27:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-11 15:27:12 +0200 |
commit | a18a853e68573d1df18f5e9c322ee27236152ee0 (patch) | |
tree | ffd008cacc33a3544730c911a61ff2c6446d499e /apps/comments/js/merged.json | |
parent | b7009753b3d62ff400e17ac59ab353a6102ae015 (diff) | |
parent | 16bf9326cb1ccb54351c04193755ade0f49588b4 (diff) | |
download | nextcloud-server-a18a853e68573d1df18f5e9c322ee27236152ee0.tar.gz nextcloud-server-a18a853e68573d1df18f5e9c322ee27236152ee0.zip |
Merge pull request #7800 from Abijeet/bug-7281
Fixes the usability issues with the comment section delete and edit
Diffstat (limited to 'apps/comments/js/merged.json')
-rw-r--r-- | apps/comments/js/merged.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/comments/js/merged.json b/apps/comments/js/merged.json index 0202c7ff55a..6e77d9cf80a 100644 --- a/apps/comments/js/merged.json +++ b/apps/comments/js/merged.json @@ -4,6 +4,7 @@ "commentcollection.js", "commentsummarymodel.js", "commentstabview.js", + "commentsmodifymenu.js", "filesplugin.js", "activitytabviewplugin.js", "vendor/Caret.js/dist/jquery.caret.min.js", |