-

convert->jira->importJira;?>

+

convert->jira->importJira;?>

@@ -31,12 +31,15 @@ $(document).ready(function() { $('#execButton').hide(); $('#resultBox .text-red').removeClass('hidden'); + $('.importData').html('convert->jira->importingAB;?>'); $.getJSON($(this).attr('href'), function(response) { if(response.result == 'finished') { $('#resultBox').append("
  • " + response.message + "
  • "); + $('#resultBox li.text-red').hide(); + $('.importData').html('convert->jira->imported;?>'); return false; } else