diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-03 20:53:40 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-03 20:53:40 +0100 |
commit | da0462015507053c4424f62c32a4a182301fae22 (patch) | |
tree | 8ea008a05a11719ab042eedd72c9dacec997eef2 /apps/comments/appinfo | |
parent | dd2f62e3e479a9e9aa8a624d8961d8645c8c1aad (diff) | |
parent | 85bec3ffcb0e2c948c57cee2817307af2826d847 (diff) | |
download | nextcloud-server-da0462015507053c4424f62c32a4a182301fae22.tar.gz nextcloud-server-da0462015507053c4424f62c32a4a182301fae22.zip |
Merge pull request #22101 from owncloud/comments-filerow
Add file row indicator for unread comments
Diffstat (limited to 'apps/comments/appinfo')
-rw-r--r-- | apps/comments/appinfo/app.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/comments/appinfo/app.php b/apps/comments/appinfo/app.php index c6f36567c51..a1eb4f6899d 100644 --- a/apps/comments/appinfo/app.php +++ b/apps/comments/appinfo/app.php @@ -27,6 +27,7 @@ $eventDispatcher->addListener( \OCP\Util::addScript('comments', 'app'); \OCP\Util::addScript('comments', 'commentmodel'); \OCP\Util::addScript('comments', 'commentcollection'); + \OCP\Util::addScript('comments', 'commentsummarymodel'); \OCP\Util::addScript('comments', 'commentstabview'); \OCP\Util::addScript('comments', 'filesplugin'); \OCP\Util::addStyle('comments', 'comments'); |