summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-07-25 23:16:05 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-07-25 23:16:05 +0200
commit98cd83fabdc661c25821afdee2235145e715ee2b (patch)
tree9ac31ffebe6c621e9b8bd9881d570e0a827b02ac /lib/base.php
parentac0c33209da391d3a1faedaaedded3d2d3899744 (diff)
downloadnextcloud-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.php6
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