mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 14:08:46 +02:00
N°3567 - Migrate backoffice pages to new UIBlock system : App. upgrade (fix status)
This commit is contained in:
@@ -20,7 +20,7 @@ var oGetCurrentVersion = {
|
||||
dataType: "json",
|
||||
success: function(data)
|
||||
{
|
||||
var oCurrentVersion = $("#current-version");
|
||||
var oCurrentVersion = $(".ibo-update-core--current-version");
|
||||
if (oCurrentVersion)
|
||||
{
|
||||
oCurrentVersion.html(data.sVersion);
|
||||
@@ -115,10 +115,9 @@ function ExecNextStep() {
|
||||
$("#setup_continue").prop("disabled", false);
|
||||
$('#installation_progress').hide(300);
|
||||
$('#new_version').removeClass("ibo-is-hidden");
|
||||
$("#current_version").removeClass("ibo-is-information").addClass("ibo-is-success");
|
||||
$('#current_version').addClass("ibo-is-hidden");
|
||||
}
|
||||
}
|
||||
|
||||
$("#setup_continue").prop("disabled", true);
|
||||
ExecNextStep();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user