summaryrefslogtreecommitdiffstats
path: root/lib/PublicShareAuth
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-07-12 12:03:00 +0200
committerJoas Schilling <coding@schilljs.com>2022-07-12 12:18:57 +0200
commit1067cf001a5afe8cd396270191675a1aa11bb592 (patch)
treefc2578d14df36689019668564a9c2e04d1b29e3c /lib/PublicShareAuth
parentce38a4ad2495033c161600264f2eafde0f822b55 (diff)
Move publicshare files to CSS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/PublicShareAuth')
-rw-r--r--lib/PublicShareAuth/TemplateLoader.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicShareAuth/TemplateLoader.php b/lib/PublicShareAuth/TemplateLoader.php
index 3e506ff3e..b7b965265 100644
--- a/lib/PublicShareAuth/TemplateLoader.php
+++ b/lib/PublicShareAuth/TemplateLoader.php
@@ -76,6 +76,7 @@ class TemplateLoader implements IEventListener {
Util::addStyle('spreed', 'merged-share-auth');
Util::addStyle(Application::APP_ID, 'At');
+ Util::addStyle(Application::APP_ID, 'publicshareauth');
Util::addScript('spreed', 'talk-public-share-auth-sidebar');
$this->publishInitialStateForGuest();