summaryrefslogtreecommitdiffstats
path: root/templates/settings/admin/general-settings.php
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2020-03-27 08:31:57 +0100
committerGitHub <noreply@github.com>2020-03-27 08:31:57 +0100
commit9b7846dd766b00ab5f2d81353a9a3e955e83cab2 (patch)
tree36ab0274c9018c1900b0f7b1dc9678d915c77615 /templates/settings/admin/general-settings.php
parentc0526d387854b937b23b60981b728ed26eb89104 (diff)
parente5c9b76362dac154ca5039321edc5439577a1349 (diff)
Merge pull request #3161 from nextcloud/techdebt/noid/combine-admin-settings
Combine the admin settings into one JS file so we watch less resources
Diffstat (limited to 'templates/settings/admin/general-settings.php')
-rw-r--r--templates/settings/admin/general-settings.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/settings/admin/general-settings.php b/templates/settings/admin/general-settings.php
deleted file mode 100644
index e135f2341..000000000
--- a/templates/settings/admin/general-settings.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-/** @var array $_ */
-/** @var \OCP\IL10N $l */
-script('spreed', ['admin/general-settings']);
-style('spreed', ['settings-admin']);
-?>
-
-<div class="videocalls section" id="general_settings">
- <h2><?php p($l->t('General settings')) ?></h2>
-</div>