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:
fred
2017-06-06 16:47:03 +02:00
parent c96bc755c7
commit 2632feba31

View File

@@ -137,7 +137,7 @@ define('mp2migrator', ['mailpoet', 'jquery'], function(MailPoet, jQuery) {
data: {
}
}).done(function () {
window.location.reload();
MailPoet.MP2Migrator.gotoWelcomePage();
});
return false;
},