diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-25 23:16:05 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-25 23:16:05 +0200 |
commit | 98cd83fabdc661c25821afdee2235145e715ee2b (patch) | |
tree | 9ac31ffebe6c621e9b8bd9881d570e0a827b02ac /lib/base.php | |
parent | ac0c33209da391d3a1faedaaedded3d2d3899744 (diff) | |
download | nextcloud-server-98cd83fabdc661c25821afdee2235145e715ee2b.tar.gz nextcloud-server-98cd83fabdc661c25821afdee2235145e715ee2b.zip |
bumb jquery and jquery-ui versions
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/base.php b/lib/base.php index c5a0403e3b9..743ed587922 100644 --- a/lib/base.php +++ b/lib/base.php @@ -106,10 +106,10 @@ if(!$error and !$RUNTIME_NOSETUPFS ){ } // Add the stuff we need always -OC_UTIL::addScript( "jquery-1.5.min" ); -OC_UTIL::addScript( "jquery-ui-1.8.10.custom.min" ); +OC_UTIL::addScript( "jquery-1.6.2.min" ); +OC_UTIL::addScript( "jquery-ui-1.8.14.custom.min" ); OC_UTIL::addScript( "js" ); -OC_UTIL::addStyle( "jquery-ui-1.8.10.custom" ); +OC_UTIL::addStyle( "jquery-ui-1.8.14.custom" ); OC_UTIL::addStyle( "styles" ); // Load Apps |