visual tweaks and minor script improvement

This commit is contained in:
Thomas Lynch
2021-11-24 06:02:39 +11:00
parent 9f26e53798
commit 77ad645815
2 changed files with 15 additions and 11 deletions

View File

@ -20,7 +20,7 @@ if (window.Worker) {
submitButton.disabled = false;
submitButton.value = 'Submit';
} else {
window.location=location.search.slice(1)+location.hash;;
window.location=location.search.slice(1)+location.hash || "/";
}
}, dummyTime);
}