Updated installer forms

This commit is contained in:
Duncan Sommerville 2014-12-15 09:51:25 -05:00
parent ed7b85c69b
commit 4583be981d
2 changed files with 5 additions and 3 deletions

View file

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