diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-01-14 13:31:15 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2021-01-28 12:00:18 +0100 |
commit | 78e114ed72a01e3c37fe0e955ffe6ef649782575 (patch) | |
tree | c5e01ff4546b780dbb8a597e642b877fa01ab48d /apps/files/lib/Controller/ViewController.php | |
parent | 497440477492b6e7df8ca1eb6c79eb7100a2fe24 (diff) | |
download | nextcloud-server-78e114ed72a01e3c37fe0e955ffe6ef649782575.tar.gz nextcloud-server-78e114ed72a01e3c37fe0e955ffe6ef649782575.zip |
Add template picker
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/lib/Controller/ViewController.php')
-rw-r--r-- | apps/files/lib/Controller/ViewController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php index 124363f07bb..846ec14c4aa 100644 --- a/apps/files/lib/Controller/ViewController.php +++ b/apps/files/lib/Controller/ViewController.php @@ -190,6 +190,7 @@ class ViewController extends Controller { // Load the files we need \OCP\Util::addStyle('files', 'merged'); \OCP\Util::addScript('files', 'merged-index'); + \OCP\Util::addScript('files', 'dist/templates'); // mostly for the home storage's free space // FIXME: Make non static |