aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2011-12-30 22:47:39 +0000
committerTom Needham <needham.thomas@gmail.com>2011-12-30 22:47:39 +0000
commit39e67707d778c4d8782b66787317e8d9c28954ac (patch)
treeb92deb335ac5541c7863fbd8867535ae5b3b30c1 /lib/base.php
parent1d312cf070d809ab1b09b978dfa9d918ffe2c253 (diff)
downloadnextcloud-server-39e67707d778c4d8782b66787317e8d9c28954ac.tar.gz
nextcloud-server-39e67707d778c4d8782b66787317e8d9c28954ac.zip
Updated jquery ui js and css. Improved color scheme.
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/base.php b/lib/base.php
index 700236c96c6..943ab5f24dc 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -132,7 +132,7 @@ class OC{
// Add the stuff we need always
OC_Util::addScript( "jquery-1.6.4.min" );
- OC_Util::addScript( "jquery-ui-1.8.14.custom.min" );
+ OC_Util::addScript( "jquery-ui-1.8.16.custom.min" );
OC_Util::addScript( "jquery-showpassword" );
OC_Util::addScript( "jquery.infieldlabel.min" );
OC_Util::addScript( "jquery-tipsy" );
@@ -141,7 +141,7 @@ class OC{
OC_Util::addScript('search','result');
OC_Util::addStyle( "styles" );
OC_Util::addStyle( "multiselect" );
- OC_Util::addStyle( "jquery-ui-1.8.14.custom" );
+ OC_Util::addStyle( "jquery-ui-1.8.16.custom" );
OC_Util::addStyle( "jquery-tipsy" );
$errors=OC_Util::checkServer();