From 9086cd2440932ec884cb69bab4683c5c35e4fc59 Mon Sep 17 00:00:00 2001 From: Rombecchi Date: Thu, 31 Jul 2014 12:22:57 +0200 Subject: [PATCH] No more 1.9 jquery library Changed the default test library with the new 1.10.1.js --- test/jquery-loader.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/jquery-loader.js b/test/jquery-loader.js index ecebf60..7a0ae1a 100644 --- a/test/jquery-loader.js +++ b/test/jquery-loader.js @@ -2,7 +2,7 @@ var parts = document.location.search.slice(1).split('&'), current, - version = '1.9.0', + version = '1.10.1', file = 'http://code.jquery.com/jquery-git.js'; for (var i = 0; i < parts.length; i++) { @@ -20,4 +20,4 @@ document.write(''); -}()); \ No newline at end of file +}());