|
|
|
@ -1928,7 +1928,7 @@ margin-right: 10px;
|
|
|
|
|
onStepChange(stepNumber);
|
|
|
|
|
$('#stepBox'+stepNumber).show();
|
|
|
|
|
document.getElementById('stepBox'+stepNumber).scrollIntoView();
|
|
|
|
|
if (stepNumber===6) {
|
|
|
|
|
if (stepNumber===5) {
|
|
|
|
|
$('#nextButton').hide();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -1939,7 +1939,7 @@ margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
$('#backButton').click(function () {
|
|
|
|
|
if (stepNumber===6) {
|
|
|
|
|
if (stepNumber===5) {
|
|
|
|
|
$('#nextButton').show();
|
|
|
|
|
}
|
|
|
|
|
$('#stepBox'+stepNumber).hide();
|
|
|
|
|