Fix Back button in build.html on the main page.

main
levlam 5 years ago
parent 4eb391decd
commit 29f11170be

@ -121,7 +121,7 @@ function onLoad(initial) {
function onOsChanged(initial) {
var os = document.getElementById('osSelect').value;
if (os.includes('Choose ')) {
if (history.state != '') {
if (history.state !== '' && history.state !== null) {
history.pushState('', '', 'build.html');
}

Loading…
Cancel
Save