summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-12-23 15:09:40 +0100
committerJulius Härtl <jus@bitgrid.net>2019-01-09 15:02:01 +0100
commit83068c39e532f02381d18df35cef025366b0ab97 (patch)
treeab6fa49eae0c97be014c82983d3094effbfd481e /lib
parenta34027348bec030b4463cb54ac11c5c36fcd17e8 (diff)
downloadnextcloud-server-83068c39e532f02381d18df35cef025366b0ab97.tar.gz
nextcloud-server-83068c39e532f02381d18df35cef025366b0ab97.zip
Update select2, include css
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/legacy/template.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/legacy/template.php b/lib/private/legacy/template.php
index bbf9172dbde..d0812de5f68 100644
--- a/lib/private/legacy/template.php
+++ b/lib/private/legacy/template.php
@@ -112,7 +112,6 @@ class OC_Template extends \OC\Template\Base {
OC_Util::addStyle('css-variables', null, true);
OC_Util::addStyle('server', null, true);
OC_Util::addStyle('jquery-ui-fixes',null,true);
- OC_Util::addVendorStyle('select2/select2', null, true);
OC_Util::addStyle('jquery.ocdialog');
OC_Util::addTranslations("core", null, true);
OC_Util::addStyle('search', 'results');