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-04 21:34:51 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-04 21:34:51 +0300
commita201f2b4d02bc9459ec8795eb0a79e3d087b7e63 (patch)
treeed48c6991ffdd66e3da5a8b25c245aeeab08cbfc /apps/comments/lib
parent733515f277c49fd3f6468abd53ce69bfef397670 (diff)
No need to explicitly load bundle dependencies
oc-webdav-backbone is loaded by default Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/comments/lib')
-rw-r--r--apps/comments/lib/AppInfo/Application.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/comments/lib/AppInfo/Application.php b/apps/comments/lib/AppInfo/Application.php
index 3ad00562736..52848f3d63d 100644
--- a/apps/comments/lib/AppInfo/Application.php
+++ b/apps/comments/lib/AppInfo/Application.php
@@ -61,7 +61,6 @@ class Application extends App {
$dispatcher->addListener(
'OCA\Files::loadAdditionalScripts',
function() {
- Util::addScript('oc-backbone-webdav');
Util::addScript('comments', 'merged');
Util::addStyle('comments', 'autocomplete');
Util::addStyle('comments', 'comments');