summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2015-08-06 12:27:18 +0200
committerArthur Schiwon <blizzz@owncloud.com>2015-08-06 12:27:18 +0200
commitffaf5fed0e538bb140e45f345723131db3ec02f3 (patch)
tree6a2f2fcf5422233fcc3b65c2fc58596a7cd26bc7 /lib/base.php
parent67bb5712e4f1264003cd944e186d13a3c83908b8 (diff)
downloadnextcloud-server-ffaf5fed0e538bb140e45f345723131db3ec02f3.tar.gz
nextcloud-server-ffaf5fed0e538bb140e45f345723131db3ec02f3.zip
load backbone universally
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php
index 299970e269c..c0f3e50142e 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -407,6 +407,8 @@ class OC {
OC_Util::addScript('mimetype');
OC_Util::addScript('mimetypelist');
OC_Util::addVendorScript('snapjs/dist/latest/snap');
+ OC_Util::addVendorScript('core', 'backbone/backbone');
+ OC_Util::addScript('oc-backbone');
// avatars
if (\OC::$server->getSystemConfig()->getValue('enable_avatars', true) === true) {