Updated Branches: refs/heads/master dac7fc6b5 -> ec0da156f
WICKET-5024 Global ajax event for precondition is not called Remove logging Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ec0da156 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ec0da156 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ec0da156 Branch: refs/heads/master Commit: ec0da156f7c93b98202d212e1692e141010f4e3a Parents: dac7fc6 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Wed Feb 6 14:27:17 2013 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed Feb 6 14:27:17 2013 +0100 ---------------------------------------------------------------------- wicket-core/src/test/js/ajax.js | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/ec0da156/wicket-core/src/test/js/ajax.js ---------------------------------------------------------------------- diff --git a/wicket-core/src/test/js/ajax.js b/wicket-core/src/test/js/ajax.js index 7f09a7f..89cf000 100644 --- a/wicket-core/src/test/js/ajax.js +++ b/wicket-core/src/test/js/ajax.js @@ -819,15 +819,9 @@ jQuery(document).ready(function() { Wicket.Ajax.ajax(attrs); var target = jQuery(window); - console.log('Iteration 1', order); target.triggerHandler("event1", {"round": 0}); // execution No1 - - console.log('Iteration 2', order); target.triggerHandler("event1", {"round": 1}); // execution No2 - - console.log('Iteration 3', order); target.triggerHandler("event1", {"round": 2}); // execution No3 - }); /**
