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:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-15 15:50:12 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-26 11:10:23 +0300
commit41ef3d860cd1a565882cfd84dda72f2d9ad9cef2 (patch)
tree6b88427b1b64274a6d57bb7269f717d27cdbf1a9 /apps/comments/lib
parentfc105d3bb006c94cc0d88864451252111ce33b16 (diff)
Move comments to webpack
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/comments/lib')
-rw-r--r--apps/comments/lib/AppInfo/Application.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/comments/lib/AppInfo/Application.php b/apps/comments/lib/AppInfo/Application.php
index 52848f3d63d..b44c1c519c8 100644
--- a/apps/comments/lib/AppInfo/Application.php
+++ b/apps/comments/lib/AppInfo/Application.php
@@ -61,9 +61,7 @@ class Application extends App {
$dispatcher->addListener(
'OCA\Files::loadAdditionalScripts',
function() {
- Util::addScript('comments', 'merged');
- Util::addStyle('comments', 'autocomplete');
- Util::addStyle('comments', 'comments');
+ Util::addScript('comments', 'comments');
}
);
}