Use non-minified version of jQuery for easier debugging
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3da6baf4 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/3da6baf4 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/3da6baf4 Branch: refs/heads/master Commit: 3da6baf43b2ed800f4f1e1617e3a189a1d781e9e Parents: 72837f0 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Tue Jun 18 09:51:10 2013 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Jun 18 09:51:10 2013 +0200 ---------------------------------------------------------------------- .../src/main/webapp/js-test/all.html | 4 +- .../src/main/webapp/js-test/lib/jquery.js | 9807 ++++++++++++++++++ .../src/main/webapp/js-test/lib/jquery.min.js | 6 - 3 files changed, 9809 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/3da6baf4/wicket-examples/src/main/webapp/js-test/all.html ---------------------------------------------------------------------- diff --git a/wicket-examples/src/main/webapp/js-test/all.html b/wicket-examples/src/main/webapp/js-test/all.html index dbe7875..0465bf0 100644 --- a/wicket-examples/src/main/webapp/js-test/all.html +++ b/wicket-examples/src/main/webapp/js-test/all.html @@ -2,10 +2,10 @@ <html> <head> - <title>QUnit tests</title> + <title>Wicket Examples's JS tests</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="lib/qunit.css" type="text/css" media="screen" /> - <script type="text/javascript" src="lib/jquery.min.js"></script> + <script type="text/javascript" src="lib/jquery.js"></script> <script type="text/javascript" charset="utf-8"> $q = jQuery.noConflict(true), $ = null,
