No need to explicitly load bundle dependencies
oc-webdav-backbone is loaded by default Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
733515f277
commit
a201f2b4d0
|
@ -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…
Reference in New Issue