summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-03-22 20:03:04 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2017-03-22 22:48:58 +0100
commite4d4fb53526c22b766a8955fb85004c135c9d238 (patch)
tree509b6acf88e33ce8b4488cfe10ab999fbb9563bf /lib/private/legacy
parent7281b240aa9c0de8570b4e8eb88d845ed1200767 (diff)
downloadnextcloud-server-e4d4fb53526c22b766a8955fb85004c135c9d238.tar.gz
nextcloud-server-e4d4fb53526c22b766a8955fb85004c135c9d238.zip
Only initialize backbone once
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/private/legacy')
-rw-r--r--lib/private/legacy/template.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/legacy/template.php b/lib/private/legacy/template.php
index 8535e018879..06632de2847 100644
--- a/lib/private/legacy/template.php
+++ b/lib/private/legacy/template.php
@@ -119,7 +119,6 @@ class OC_Template extends \OC\Template\Base {
OC_Util::addScript('select2-toggleselect');
OC_Util::addScript('oc-backbone', null, true);
- OC_Util::addVendorScript('core', 'backbone/backbone', true);
OC_Util::addVendorScript('snapjs/dist/latest/snap', null, true);
OC_Util::addScript('mimetypelist', null, true);
OC_Util::addScript('mimetype', null, true);