diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-09-22 18:01:26 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-09-24 18:41:43 +0200 |
commit | 2267b6e97d49656d16b880d78363f9e0c9c5fba1 (patch) | |
tree | 6732aafa7a8f1b08f422e6a22f01023fa1db87de /lib/base.php | |
parent | 6f3c1180385846a13fdd098542b326c24ce809c2 (diff) | |
download | nextcloud-server-2267b6e97d49656d16b880d78363f9e0c9c5fba1.tar.gz nextcloud-server-2267b6e97d49656d16b880d78363f9e0c9c5fba1.zip |
use jquery 1.6.4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index 9b777800764..ec6b2e98df0 100644 --- a/lib/base.php +++ b/lib/base.php @@ -110,7 +110,7 @@ class OC{ } // Add the stuff we need always - OC_Util::addScript( "jquery-1.6.2.min" ); + OC_Util::addScript( "jquery-1.6.4.min" ); OC_Util::addScript( "jquery-ui-1.8.14.custom.min" ); OC_Util::addScript( "jquery-showpassword" ); OC_Util::addScript( "jquery-tipsy" ); |