Rework redirect to config page at the end of the web install
This commit is contained in:
parent
23f33cd8da
commit
d07195f048
2 changed files with 42 additions and 27 deletions
|
@ -24,7 +24,6 @@
|
|||
|
||||
<script>
|
||||
$("#finishSettingsForm").submit(function(e) {
|
||||
window.location.replace("/?config");
|
||||
// submitForm(e, "FinishSetup");
|
||||
window.location.assign("/?config");
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue