summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarius Blüm <marius@lineone.io>2017-07-23 22:06:18 +0200
committerGitHub <noreply@github.com>2017-07-23 22:06:18 +0200
commit05d979c6655a830f5626debe0e9e98171e6326a3 (patch)
treedf27eb762721d22a26af093cb1f4b634e96f3ac0 /lib
parent2e7e03b2f7f29ac29edc6b7dde4736b198d4cef2 (diff)
parent25d29f06bc5eee77470bb4a17638a65d26413e3f (diff)
downloadnextcloud-server-05d979c6655a830f5626debe0e9e98171e6326a3.tar.gz
nextcloud-server-05d979c6655a830f5626debe0e9e98171e6326a3.zip
Merge pull request #5713 from nextcloud/datepicker-redesign
Redesign jQuery UI datepicker
Diffstat (limited to 'lib')
-rw-r--r--lib/private/legacy/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/template.php b/lib/private/legacy/template.php
index 4f7c11d0b64..f5ee2336831 100644
--- a/lib/private/legacy/template.php
+++ b/lib/private/legacy/template.php
@@ -108,9 +108,9 @@ class OC_Template extends \OC\Template\Base {
}
}
+ OC_Util::addStyle('server', null, true);
OC_Util::addStyle('jquery-ui-fixes',null,true);
OC_Util::addVendorStyle('jquery-ui/themes/base/jquery-ui',null,true);
- OC_Util::addStyle('server', null, true);
OC_Util::addVendorStyle('select2/select2', null, true);
OC_Util::addStyle('jquery.ocdialog');
OC_Util::addTranslations("core", null, true);