Add preventDefault call to final setup page
This commit is contained in:
parent
d07195f048
commit
ec601f916c
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$("#finishSettingsForm").submit(function(e) {
|
$("#finishSettingsForm").submit(function(e) {
|
||||||
|
e.preventDefault();
|
||||||
window.location.assign("/?config");
|
window.location.assign("/?config");
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
Loading…
Add table
Add a link
Reference in a new issue