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:
authorJoas Schilling <coding@schilljs.com>2019-03-06 16:03:44 +0300
committerJoas Schilling <coding@schilljs.com>2019-03-08 16:32:21 +0300
commitd5c9821ff7940630d51e75105aa40a6777b9c41c (patch)
tree7f3c63915bc695ef66713fed4055e47a18ffe1d2 /templates
parent5355aa93476b7d100663311d4c754b904d47c3cd (diff)
Migrate TURN to VueJS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/settings/admin/turn-server.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/settings/admin/turn-server.php b/templates/settings/admin/turn-server.php
index 88a0a67d6..350194319 100644
--- a/templates/settings/admin/turn-server.php
+++ b/templates/settings/admin/turn-server.php
@@ -1,8 +1,7 @@
<?php
/** @var array $_ */
/** @var \OCP\IL10N $l */
-script('spreed', ['admin/init', 'admin/templates', 'admin/turn-server']);
-script('spreed', ['admin/sha1']);
+script('spreed', ['admin/sha1', 'admin/turn-server']);
style('spreed', ['settings-admin']);
?>