From 3001db6b50c44d78b9f3eaf947b9a680c8b81dc5 Mon Sep 17 00:00:00 2001 From: kondou Date: Mon, 27 May 2013 20:13:13 +0200 Subject: Update jquery to 1.10.0 & add jquery-migrate 1.2.1 --- lib/base.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/base.php') diff --git a/lib/base.php b/lib/base.php index 724bd250a5c..43147e12c42 100644 --- a/lib/base.php +++ b/lib/base.php @@ -253,7 +253,8 @@ class OC { public static function initTemplateEngine() { // Add the stuff we need always - OC_Util::addScript("jquery-1.7.2.min"); + OC_Util::addScript("jquery-1.10.0.min"); + OC_Util::addScript("jquery-migrate-1.2.1.min"); OC_Util::addScript("jquery-ui-1.10.0.custom"); OC_Util::addScript("jquery-showpassword"); OC_Util::addScript("jquery.infieldlabel"); -- cgit v1.2.3