diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-11 23:20:27 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-12 00:37:19 +0200 |
commit | 9eb91a111d0c5ede1a0524bd611357b2910be720 (patch) | |
tree | b1d4aadf509e8cd7731c56c6ef32cc5cefc5ac35 /lib/base.php | |
parent | d07512c82d60171116425591ec5b7174d0ed40a7 (diff) | |
download | nextcloud-server-9eb91a111d0c5ede1a0524bd611357b2910be720.tar.gz nextcloud-server-9eb91a111d0c5ede1a0524bd611357b2910be720.zip |
update to jquery 1.7.2
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 f54ddae48ca..ddf410c3163 100644 --- a/lib/base.php +++ b/lib/base.php @@ -253,7 +253,7 @@ class OC{ } // Add the stuff we need always - OC_Util::addScript( "jquery-1.6.4.min" ); + OC_Util::addScript( "jquery-1.7.2.min" ); OC_Util::addScript( "jquery-ui-1.8.16.custom.min" ); OC_Util::addScript( "jquery-showpassword" ); OC_Util::addScript( "jquery.infieldlabel.min" ); |