Difference between revisions of "Team:Cambridge-JIC/Practices"
KaterinaMN (Talk | contribs) |
KaterinaMN (Talk | contribs) |
||
Line 212: | Line 212: | ||
1: "Learn more" | 1: "Learn more" | ||
}); | }); | ||
+ | final = function(options) { | ||
+ | window.location.href="http://www.google.com"; | ||
+ | return $('<h3>').text('Please wait') | ||
+ | } | ||
step0.bind(step1, [1]); | step0.bind(step1, [1]); | ||
Line 231: | Line 235: | ||
step5b.bind(step6a, [0]); | step5b.bind(step6a, [0]); | ||
step5b.bind(step6b, [1]); | step5b.bind(step6b, [1]); | ||
+ | step6b.bind(final, [1]); | ||
q.start(step0); | q.start(step0); |
Revision as of 16:59, 8 September 2015