diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-10 09:48:53 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-22 08:49:03 +0100 |
commit | 98a14909e1ed79a62f9f3e733782cd5b0f949339 (patch) | |
tree | ded8b9e79fe9fed0547f14c804decf31e3475404 /lib | |
parent | 7195a9323d37111f74d848caafd84058c9865aa6 (diff) | |
download | nextcloud-server-98a14909e1ed79a62f9f3e733782cd5b0f949339.tar.gz nextcloud-server-98a14909e1ed79a62f9f3e733782cd5b0f949339.zip |
Bundle more default vendor js
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/legacy/template.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/private/legacy/template.php b/lib/private/legacy/template.php index aff42808621..6f234a08e30 100644 --- a/lib/private/legacy/template.php +++ b/lib/private/legacy/template.php @@ -114,13 +114,10 @@ class OC_Template extends \OC\Template\Base { \OC_Util::addScript('jquery.avatar', null, true); \OC_Util::addScript('placeholder', null, true); - OC_Util::addVendorScript('select2/select2'); OC_Util::addVendorStyle('select2/select2', null, true); 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); OC_Util::addScript("apps", null, true); |