diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-11-06 11:04:18 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-12-13 09:47:34 +0100 |
commit | edcd2f27069ae125a4b6680a384b44ebe69b12de (patch) | |
tree | e6db6a0740392469bda8f8b15f07e48ce81d7164 /lib/base.php | |
parent | 29e1c3a898a66b0b005d230a836a0275e462071c (diff) | |
download | nextcloud-server-edcd2f27069ae125a4b6680a384b44ebe69b12de.tar.gz nextcloud-server-edcd2f27069ae125a4b6680a384b44ebe69b12de.zip |
bower jquery-ui - exported changes to a separate css file
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/base.php b/lib/base.php index f2ff3bb4849..24ca55584ad 100644 --- a/lib/base.php +++ b/lib/base.php @@ -339,7 +339,7 @@ class OC { // TODO: read from core/js/core.json OC_Util::addVendorScript('jquery/jquery.min'); OC_Util::addVendorScript('jquery/jquery-migrate.min'); - OC_Util::addScript("jquery-ui-1.10.0.custom"); + OC_Util::addVendorScript('jquery-ui/ui/jquery-ui.custom'); OC_Util::addScript("jquery-showpassword"); OC_Util::addScript("placeholders"); OC_Util::addScript("jquery-tipsy"); @@ -376,7 +376,8 @@ class OC { OC_Util::addStyle("apps"); OC_Util::addStyle("fixes"); OC_Util::addStyle("multiselect"); - OC_Util::addStyle("jquery-ui-1.10.0.custom"); + OC_Util::addVendorStyle('jquery-ui/themes/base/jquery-ui'); + OC_Util::addStyle('jquery-ui-fixes'); OC_Util::addStyle("jquery-tipsy"); OC_Util::addStyle("jquery.ocdialog"); } |