From 2267b6e97d49656d16b880d78363f9e0c9c5fba1 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 22 Sep 2011 18:01:26 +0200 Subject: use jquery 1.6.4 Signed-off-by: Florian Pritz --- lib/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/base.php') 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" ); -- cgit v1.2.3