Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2016-10-20 19:29:57 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2016-10-21 17:56:31 +0300
commit3e5e07aa64f94bea528450d810249c74d0f8c03f (patch)
tree2dcd99a22714d77ba2f08dc0c65cd7b83e707613 /settings/templates
parented4ed7911a9329462fef02c2d50709b3f092538e (diff)
Template css order
Select2 systemtags removal Settings again Fix Script Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/admin/frame.php2
-rw-r--r--settings/templates/apps.php9
2 files changed, 1 insertions, 10 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');
?>
diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index ea62acd9945..46fd5bd0e40 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -1,16 +1,9 @@
<?php
style('settings', 'settings');
-vendor_style(
- 'core',
- [
- 'select2/select2',
- ]
-);
vendor_script(
'core',
[
- 'handlebars/handlebars',
- 'select2/select2'
+ 'handlebars/handlebars'
]
);
script(