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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2021-06-14 18:03:25 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-17 17:48:26 +0300
commit29b2dd55ac8d7d593d0a1fb0b4bf09e01137ee42 (patch)
tree884ab667aa538857f5b01371a4dbf10340ce969f /templates
parent6b452be45b4906c025f7f54d4a1a2ab8af5ff0e5 (diff)
Bump dependencies and use npm7
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php2
-rw-r--r--templates/settings/admin-settings.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.php b/templates/index.php
index 5a9abb765..c38fd275a 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -2,5 +2,5 @@
declare(strict_types=1);
-script('spreed', 'talk');
+script('spreed', 'talk-main');
style('spreed', 'merged');
diff --git a/templates/settings/admin-settings.php b/templates/settings/admin-settings.php
index 172af56aa..ea33e5345 100644
--- a/templates/settings/admin-settings.php
+++ b/templates/settings/admin-settings.php
@@ -1,7 +1,7 @@
<?php
/** @var array $_ */
/** @var \OCP\IL10N $l */
-script('spreed', ['admin-settings']);
+script('spreed', ['talk-admin-settings']);
style('spreed', ['settings-admin']);
?>