mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Bugfix
This commit is contained in:
@@ -233,7 +233,7 @@ if (filter('action') == 'do_update') {
|
||||
$("#progress .info").html($("#progress .info").html() + "<p><strong>'.tr('Aggiornamento _DONE_ di _TODO_ (_VERSION_)', [
|
||||
'_DONE_' => '" + current + "',
|
||||
'_TODO_' => '" + count + "',
|
||||
'_VERSION_' => '" + version + "',
|
||||
'_VERSION_' => '" + version.trim() + "',
|
||||
]).'</strong></p>");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user