diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-12-23 15:09:40 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-01-09 15:02:01 +0100 |
commit | 83068c39e532f02381d18df35cef025366b0ab97 (patch) | |
tree | ab6fa49eae0c97be014c82983d3094effbfd481e /lib | |
parent | a34027348bec030b4463cb54ac11c5c36fcd17e8 (diff) | |
download | nextcloud-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.php | 1 |
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'); |