diff options
author | kondou <kondou@ts.unde.re> | 2013-05-27 20:13:13 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-05-27 20:13:13 +0200 |
commit | 3001db6b50c44d78b9f3eaf947b9a680c8b81dc5 (patch) | |
tree | 98395ca47c84145dd3119401f4bf3bce3daeaf54 /lib/base.php | |
parent | 4c05259ccfbb7e2f0083794172eaa7c06f4b2592 (diff) | |
download | nextcloud-server-3001db6b50c44d78b9f3eaf947b9a680c8b81dc5.tar.gz nextcloud-server-3001db6b50c44d78b9f3eaf947b9a680c8b81dc5.zip |
Update jquery to 1.10.0 & add jquery-migrate 1.2.1
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 3 |
1 files changed, 2 insertions, 1 deletions
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"); |