Rework redirect to config page at the end of the web install

This commit is contained in:
Duncan Sommerville 2015-01-12 14:40:22 -05:00
parent 23f33cd8da
commit d07195f048
2 changed files with 42 additions and 27 deletions

View file

@ -24,7 +24,6 @@
<script>
$("#finishSettingsForm").submit(function(e) {
window.location.replace("/?config");
// submitForm(e, "FinishSetup");
window.location.assign("/?config");
});
</script>