Merge branch '417-installer-improvements' into 3-2-0

master
Mike Koch 7 years ago
commit b77e2e6459
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

@ -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…
Cancel
Save