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>
|
||||
$("#finishSettingsForm").submit(function(e) {
|
||||
e.preventDefault();
|
||||
window.location.assign("/?config");
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue