Merge branch '417-installer-improvements' into 3-2-0
This commit is contained in:
commit
b77e2e6459
@ -59,7 +59,6 @@ function goToStep(step) {
|
||||
$('#back-button').hide();
|
||||
}
|
||||
if (steps[step].showNext !== undefined && !steps[step].showNext) {
|
||||
console.log('hiding this');
|
||||
$('#next-button').hide();
|
||||
}
|
||||
|
||||
|
@ -59,7 +59,6 @@ function goToStep(step) {
|
||||
$('#back-button').hide();
|
||||
}
|
||||
if (steps[step].showNext !== undefined && !steps[step].showNext) {
|
||||
console.log('hiding this');
|
||||
$('#next-button').hide();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user