summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-07-15 18:46:36 +0200
committerRichard Steinmetz <richard@steinmetz.cloud>2022-07-15 18:46:36 +0200
commit13f696e5721236429689372bb450012264225684 (patch)
treef1e7a0c89998b45e62b8c0d11351f2b9739f4c3e /lib
parent34964dea6004b32d3f5d1219bcff50856ecd7177 (diff)
Include scss sheets in js bundle
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/PageController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php
index d54d519d..fcfee915 100644
--- a/lib/Controller/PageController.php
+++ b/lib/Controller/PageController.php
@@ -116,7 +116,6 @@ class PageController extends Controller {
$this->initialStateService->provideInitialState(Application::APP_ID, 'isCirclesEnabled', $isCirclesEnabled && $isCircleVersionCompatible);
Util::addScript(Application::APP_ID, 'contacts-main');
- Util::addStyle(Application::APP_ID, 'contacts');
return new TemplateResponse(Application::APP_ID, 'main');
}