Merge pull request #941 from mailpoet/mp2tomp3migration

Mp2tomp3migration phase 2
This commit is contained in:
Tautvidas Sipavičius
2017-06-26 18:47:58 +03:00
committed by GitHub
4 changed files with 385 additions and 16 deletions

View File

@@ -61,7 +61,7 @@ define('mp2migrator', ['mailpoet', 'jquery'], function(MailPoet, jQuery) {
}
jQuery('#progressbar').progressbar('option', 'value', progress);
jQuery('#progresslabel').html(progress + '%');
if(Number(result.current !== 0)) {
if(Number(result.current) !== 0) {
jQuery('#skip-import').hide();
}
if(MailPoet.MP2Migrator.is_logging) {