summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-01-23 11:37:28 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2013-01-23 11:37:52 +0100
commitb4c3dd84b405b5cdd463cc0e82762b4d8d29f382 (patch)
tree5f58f19b6f8716853b5dbbc73dc2620b2a4556a1 /lib
parent846971ec11b74c92e58ada6ed8977b6b9871df7d (diff)
downloadnextcloud-server-b4c3dd84b405b5cdd463cc0e82762b4d8d29f382.tar.gz
nextcloud-server-b4c3dd84b405b5cdd463cc0e82762b4d8d29f382.zip
update to jquery-ui 1.10.0
Diffstat (limited to 'lib')
-rw-r--r--lib/base.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/base.php b/lib/base.php
index c4057cee6e9..3bd998de3a5 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -268,7 +268,7 @@ class OC
{
// Add the stuff we need always
OC_Util::addScript("jquery-1.7.2.min");
- OC_Util::addScript("jquery-ui-1.8.16.custom.min");
+ OC_Util::addScript("jquery-ui-1.10.0.custom");
OC_Util::addScript("jquery-showpassword");
OC_Util::addScript("jquery.infieldlabel");
OC_Util::addScript("jquery-tipsy");
@@ -282,7 +282,7 @@ class OC
OC_Util::addStyle("styles");
OC_Util::addStyle("multiselect");
- OC_Util::addStyle("jquery-ui-1.8.16.custom");
+ OC_Util::addStyle("jquery-ui-1.10.0.custom");
OC_Util::addStyle("jquery-tipsy");
OC_Util::addScript("oc-requesttoken");
}