Fixed: On Migration page, clicking on "Start upgrade No thanks, I'll skip and start from scratch." redirects to the same migration page.
This commit is contained in:
@@ -137,7 +137,7 @@ define('mp2migrator', ['mailpoet', 'jquery'], function(MailPoet, jQuery) {
|
|||||||
data: {
|
data: {
|
||||||
}
|
}
|
||||||
}).done(function () {
|
}).done(function () {
|
||||||
window.location.reload();
|
MailPoet.MP2Migrator.gotoWelcomePage();
|
||||||
});
|
});
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user