summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-03-19 14:23:40 +0100
committerJoas Schilling <coding@schilljs.com>2020-03-19 14:23:40 +0100
commitfde894a2c4714cc943e4db7e4738199af8539fc5 (patch)
tree10dda113f1998a768771cc506f93c0afa1169364 /templates
parent016ee3fe9288d25492caac5ddefae8fbcd22644a (diff)
Don't include sha1 anymore
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/settings/admin/turn-server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings/admin/turn-server.php b/templates/settings/admin/turn-server.php
index 350194319..183a4d1fc 100644
--- a/templates/settings/admin/turn-server.php
+++ b/templates/settings/admin/turn-server.php
@@ -1,7 +1,7 @@
<?php
/** @var array $_ */
/** @var \OCP\IL10N $l */
-script('spreed', ['admin/sha1', 'admin/turn-server']);
+script('spreed', ['admin/turn-server']);
style('spreed', ['settings-admin']);
?>