summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-03-06 11:22:14 +0100
committerJoas Schilling <coding@schilljs.com>2019-03-08 14:32:20 +0100
commit5355aa93476b7d100663311d4c754b904d47c3cd (patch)
tree10fbf5eb5d44b7c2f5fc7f6f8157e12ee6209561 /templates
parentbc30f80746b940aa39de0d1373f08259c2b2ec94 (diff)
remove stun-server2 again
Diffstat (limited to 'templates')
-rw-r--r--templates/settings/admin/stun-server.php2
-rw-r--r--templates/settings/admin/turn-server.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/settings/admin/stun-server.php b/templates/settings/admin/stun-server.php
index 7bf30c0cc..e21780352 100644
--- a/templates/settings/admin/stun-server.php
+++ b/templates/settings/admin/stun-server.php
@@ -1,7 +1,7 @@
<?php
/** @var array $_ */
/** @var \OCP\IL10N $l */
-script('spreed', ['admin/init', 'admin/templates', 'admin/stun-server']);
+script('spreed', ['admin/stun-server']);
style('spreed', ['settings-admin']);
?>
diff --git a/templates/settings/admin/turn-server.php b/templates/settings/admin/turn-server.php
index c717c36da..88a0a67d6 100644
--- a/templates/settings/admin/turn-server.php
+++ b/templates/settings/admin/turn-server.php
@@ -6,7 +6,7 @@ script('spreed', ['admin/sha1']);
style('spreed', ['settings-admin']);
?>
-<div class="videocalls section">
+<div id="turn_server" class="videocalls section">
<h2><?php p($l->t('TURN server')) ?></h2>
<p class="settings-hint"><?php p($l->t('The TURN server is used to proxy the traffic from participants behind a firewall.')); ?></p>