From ef031a3d8a3fb565b25ea0d22af650b5107abc6e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 13 Sep 2013 12:11:10 +0200 Subject: [PATCH] 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 --- third-party/jquery/js/jquery.js | 2 +- third-party/jquery/js/jquery.min.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0