WICKET-6100 Upgrade jQuery to 1.12.1
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/628356fb Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/628356fb Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/628356fb Branch: refs/heads/lambdas Commit: 628356fbea32978d349cc2b6df05a4112565237d Parents: 9337a17 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Wed Feb 24 15:39:16 2016 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed Feb 24 15:39:16 2016 +0100 ---------------------------------------------------------------------- .../wicket/resource/jquery/jquery-1.12.0.js | 11027 ----------------- .../wicket/resource/jquery/jquery-1.12.0.min.js | 5 - .../wicket/resource/jquery/jquery-1.12.1.js | 11026 ++++++++++++++++ .../wicket/resource/jquery/jquery-1.12.1.min.js | 5 + .../wicket/resource/jquery/jquery-2.2.0.js | 9831 --------------- .../wicket/resource/jquery/jquery-2.2.0.min.js | 4 - .../wicket/resource/jquery/jquery-2.2.1.js | 9831 +++++++++++++++ .../wicket/resource/jquery/jquery-2.2.1.min.js | 4 + wicket-core/src/test/js/all.html | 2 +- wicket-core/src/test/js/amd.html | 2 +- 10 files changed, 20868 insertions(+), 20869 deletions(-) ----------------------------------------------------------------------
