Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-12-10 10:51:21 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-12-10 10:51:21 +0300
commitf9ac77f41c6328e3b381943a1bf215bcc362053e (patch)
tree798db07e9e2c0cc2cb48a4c2410ae86af4eaffea /lib
parent42024d21866b5fbb3b3644d0bfb81b17d2e605c9 (diff)
Remove undeeded scripts
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/PageController.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php
index 212bc564..fe09175e 100644
--- a/lib/Controller/PageController.php
+++ b/lib/Controller/PageController.php
@@ -74,9 +74,6 @@ class PageController extends Controller {
$this->initialStateService->provideInitialState($this->appName, 'maps', $this->config->getAppValue('maps', 'enabled', 'no') === 'yes');
- // used by the sidebar to parse files requests
- // TODO: move to a standalone dav fileinfo parser
- Util::addScript('files', 'files/client');
Util::addScript($this->appName, 'photos');
Util::addStyle($this->appName, 'icons');