diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2016-10-20 18:29:57 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2016-10-21 16:56:31 +0200 |
commit | 3e5e07aa64f94bea528450d810249c74d0f8c03f (patch) | |
tree | 2dcd99a22714d77ba2f08dc0c65cd7b83e707613 /settings/templates/admin | |
parent | ed4ed7911a9329462fef02c2d50709b3f092538e (diff) | |
download | nextcloud-server-3e5e07aa64f94bea528450d810249c74d0f8c03f.tar.gz nextcloud-server-3e5e07aa64f94bea528450d810249c74d0f8c03f.zip |
Template css order
Select2 systemtags removal
Settings again
Fix Script
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/templates/admin')
-rw-r--r-- | settings/templates/admin/frame.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/settings/templates/admin/frame.php b/settings/templates/admin/frame.php index 1d9f6dc7a78..761d76c4434 100644 --- a/settings/templates/admin/frame.php +++ b/settings/templates/admin/frame.php @@ -25,8 +25,6 @@ style('settings', 'settings'); script('settings', [ 'settings', 'admin', 'log', 'certificates'] ); script('core', ['multiselect', 'setupchecks']); script('files', 'jquery.fileupload'); -vendor_script('select2/select2'); -vendor_style('select2/select2'); ?> |