No need to explicitly load bundle dependencies

oc-webdav-backbone is loaded by default

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/14015/head
Roeland Jago Douma 7 years ago
parent 733515f277
commit a201f2b4d0
No known key found for this signature in database
GPG Key ID: F941078878347C0C
  1. 1
      apps/comments/lib/AppInfo/Application.php
  2. 1
      apps/systemtags/appinfo/app.php
  3. 1
      apps/systemtags/templates/admin.php
  4. 1
      apps/workflowengine/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');

@ -33,7 +33,6 @@ $eventDispatcher->addListener(
'OCA\Files::loadAdditionalScripts',
function() {
// FIXME: no public API for these ?
\OCP\Util::addScript('oc-backbone-webdav');
\OCP\Util::addScript('systemtags/merged');
\OCP\Util::addScript('systemtags', 'merged');
\OCP\Util::addStyle('systemtags');

@ -20,7 +20,6 @@
*/
script('core', [
'oc-backbone-webdav',
'systemtags/systemtags',
'systemtags/systemtagmodel',
'systemtags/systemtagscollection',

@ -54,7 +54,6 @@ class Application extends \OCP\AppFramework\App {
script('core', [
'files/fileinfo',
'files/client',
'oc-backbone-webdav',
'systemtags/systemtags',
'systemtags/systemtagmodel',
'systemtags/systemtagscollection',

Loading…
Cancel
Save