diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-03-22 17:01:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-22 17:01:54 +0100 |
commit | 4518a2892479e98e9fb49ef6e1c90f0c58a19337 (patch) | |
tree | 34709afa5bee9fb070130486b7e0c0972cd7457f /apps/files | |
parent | 0b5e1814bea3a2f14e8fc2551cfcfc61604462d9 (diff) | |
download | nextcloud-server-4518a2892479e98e9fb49ef6e1c90f0c58a19337.tar.gz nextcloud-server-4518a2892479e98e9fb49ef6e1c90f0c58a19337.zip |
Revert "Bundle vendor js"
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/lib/Controller/ViewController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php index cfe66eb028b..a1f01cb8a38 100644 --- a/apps/files/lib/Controller/ViewController.php +++ b/apps/files/lib/Controller/ViewController.php @@ -178,6 +178,8 @@ 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'); |