summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-03-24 10:49:57 +0100
committerGitHub <noreply@github.com>2017-03-24 10:49:57 +0100
commitf94bc6f8bb8d0b86441362c21d49304f31a02c0c (patch)
tree443d4ea3091ef63c827bd243a5e720728b238a68 /apps/files
parentdf4d1f7b78d54448061c6bc27c1aff4275c9cdf3 (diff)
parent03d688d6acdaecdb59e04a8acef6d63edc174e37 (diff)
downloadnextcloud-server-f94bc6f8bb8d0b86441362c21d49304f31a02c0c.tar.gz
nextcloud-server-f94bc6f8bb8d0b86441362c21d49304f31a02c0c.zip
Merge pull request #4013 from nextcloud/bundle_vendor_js
Bundle vendor js
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/lib/Controller/ViewController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php
index a1f01cb8a38..cfe66eb028b 100644
--- a/apps/files/lib/Controller/ViewController.php
+++ b/apps/files/lib/Controller/ViewController.php
@@ -178,8 +178,6 @@ class ViewController extends Controller {
\OCP\Util::addScript('files', 'detailsview');
\OCP\Util::addStyle('files', 'merged');
- \OC_Util::addVendorScript('core', 'handlebars/handlebars');
-
\OCP\Util::addScript('files', 'fileactions');
\OCP\Util::addScript('files', 'fileactionsmenu');
\OCP\Util::addScript('files', 'files');