diff options
author | Vincent Petry <vincent@nextcloud.com> | 2021-10-26 08:23:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 08:23:51 +0200 |
commit | f9629c0cb1e118401716c2aac0779c86d203757e (patch) | |
tree | 64655581ac88ec5c603a1c79c538e22e104e8414 /apps/files/lib/Controller/ViewController.php | |
parent | b691f30af155dcb056411302d514d3ce989da129 (diff) | |
parent | 9c937a63bf208a71ebb614ac70f3006ac9326dad (diff) | |
download | nextcloud-server-f9629c0cb1e118401716c2aac0779c86d203757e.tar.gz nextcloud-server-f9629c0cb1e118401716c2aac0779c86d203757e.zip |
Merge pull request #26841 from nextcloud/bugfix/files-search-filter
Implement local filtering in file list
Diffstat (limited to 'apps/files/lib/Controller/ViewController.php')
-rw-r--r-- | apps/files/lib/Controller/ViewController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php index 64ebbea0cfb..856f8d67d49 100644 --- a/apps/files/lib/Controller/ViewController.php +++ b/apps/files/lib/Controller/ViewController.php @@ -197,7 +197,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'); + \OCP\Util::addScript('files', 'dist/main'); // mostly for the home storage's free space // FIXME: Make non static |