Merge branch '2.4' of github.com:CachetHQ/Cachet into 2941-bottom-menu-sidebar

This commit is contained in:
Ollie Reardon
2019-07-11 21:19:29 +01:00
48 changed files with 486 additions and 570 deletions
+2 -1
View File
@@ -251,7 +251,8 @@ $(function () {
// Only validate going forward. If current group is invalid, do not go further
if (next > current) {
var url = '/setup/step' + current;
var currentUrl = window.location.href.replace(/step\d/, '');
var url = currentUrl + '/step' + current;
$.post(url, $form.serializeObject())
.done(function(response) {
goToStep(current, next);