diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-03-22 13:34:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-22 13:34:21 +0100 |
commit | ec3f5aa6e22be108e75477a28b58cc56299c0b05 (patch) | |
tree | d7503b49421f0dc123e423a9cea2be611bf3f0cb /apps/files/lib | |
parent | 11c4875190aced582f23b2041664972a3769008f (diff) | |
parent | d2a2cef4cc21b211c47ba9f56e833a2160dcd988 (diff) | |
download | nextcloud-server-ec3f5aa6e22be108e75477a28b58cc56299c0b05.tar.gz nextcloud-server-ec3f5aa6e22be108e75477a28b58cc56299c0b05.zip |
Merge pull request #3795 from nextcloud/bundle_vendor_js
Bundle vendor js
Diffstat (limited to 'apps/files/lib')
-rw-r--r-- | apps/files/lib/Controller/ViewController.php | 2 |
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'); |