Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-10-27 01:23:23 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-10-27 01:32:47 +0300
commiteace50704310d4a1e8386d092242efa6d3d81d91 (patch)
tree7b6cd1f403ad55d5038b98265e5bd7cfeb476302 /apps/comments/appinfo
parent7f58c41015dc152b04569d795389b4b0df8e3672 (diff)
apply our theming
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/comments/appinfo')
-rw-r--r--apps/comments/appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/appinfo/app.php b/apps/comments/appinfo/app.php
index cfd695c5163..f6e022e8179 100644
--- a/apps/comments/appinfo/app.php
+++ b/apps/comments/appinfo/app.php
@@ -27,7 +27,7 @@ $eventDispatcher->addListener(
function() {
\OCP\Util::addScript('oc-backbone-webdav');
\OCP\Util::addScript('comments', 'merged');
- \OCP\Util::addStyle('comments', 'vendor/At.js/jquery.atwho.min');
+ \OCP\Util::addStyle('comments', 'autocomplete');
\OCP\Util::addStyle('comments', 'comments');
}
);