Change new version alert display

This commit is contained in:
Andrei Pohilko
2022-10-27 15:30:52 +01:00
parent 7d50f4e620
commit 0c486e76c0
2 changed files with 5 additions and 12 deletions

View File

@@ -220,7 +220,6 @@ function fillToolVersion(data) {
$("#toolVersion").text(data.CurVer)
if (isNewerVersion(data.CurVer, data.LatestVer)) {
$("#toolVersionUpgrade").text(data.LatestVer)
$(".new-version-pill").show()
$(".upgrade-possible").show()
}
}