Import the MP2 users lists
Import the MP2 users Add the table "imported_data_mapping" Add the function Helpers::mysql_date
This commit is contained in:
@ -74,7 +74,7 @@
|
||||
dataType: 'json'
|
||||
}).always(function (result) {
|
||||
// Move the progress bar
|
||||
var progress = Number(result.current) / Number(result.total) * 100;
|
||||
var progress = Math.round(Number(result.current) / Number(result.total) * 100);
|
||||
$('#progressbar').progressbar('option', 'value', progress);
|
||||
$('#progresslabel').html(progress + '%');
|
||||
if(that.is_logging) {
|
||||
|
Reference in New Issue
Block a user