From: Thierry Parmentelat Date: Fri, 13 Sep 2013 10:11:10 +0000 (+0200) Subject: adopting jquery 2.0.3 - benchmarking showed no impact on performance X-Git-Tag: myslice-0.2-3~25 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=ef031a3d8a3fb565b25ea0d22af650b5107abc6e adopting jquery 2.0.3 - benchmarking showed no impact on performance 1.10.2 would be fine as well but we do not need support for old IE's --- diff --git a/third-party/jquery/js/jquery.js b/third-party/jquery/js/jquery.js index 4aee0552..4992a538 120000 --- a/third-party/jquery/js/jquery.js +++ b/third-party/jquery/js/jquery.js @@ -1 +1 @@ -jquery-1.9.1.js \ No newline at end of file +jquery-2.0.3.js \ No newline at end of file diff --git a/third-party/jquery/js/jquery.min.js b/third-party/jquery/js/jquery.min.js index d8aad832..73331ffc 120000 --- a/third-party/jquery/js/jquery.min.js +++ b/third-party/jquery/js/jquery.min.js @@ -1 +1 @@ -jquery-1.9.1.min.js \ No newline at end of file +jquery-2.0.3.min.js \ No newline at end of file