diff --git a/application/views/orders/tailormademobile-ppc.php b/application/views/orders/tailormademobile-ppc.php index e00ab366..4fd79d26 100644 --- a/application/views/orders/tailormademobile-ppc.php +++ b/application/views/orders/tailormademobile-ppc.php @@ -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();