Skip to content

Commit

Permalink
поправил проверку установленности после установки ядра
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriitux committed Apr 4, 2023
1 parent f06c168 commit e62ec95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions installer/media/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,12 @@ window.Sovmart = {
}

Sovmart.checkUpdatedProjects(false);

SovmartProject.checkInstall({
ids: ids_required,
done: Sovmart.checkInstallProjectCard
});

button_install.innerHTML = SovmartLangs.install_meta;
button_install.removeAttribute('disabled');
subgroup.classList.remove('ri-area-disabled');
Expand Down

0 comments on commit e62ec95

Please sign in to comment.