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/apps.php | |
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/apps.php')
-rw-r--r-- | settings/templates/apps.php | 9 |
1 files changed, 1 insertions, 8 deletions
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( |