Remove redundant setting of variables

Co-authored-by: RD WebDesign <github@rdwebdesign.com.br>
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser
2026-02-26 20:19:02 +01:00
committed by GitHub
parent de2e577549
commit 561f9c1ab7

View File

@@ -518,7 +518,6 @@ function updateVersionInfo() {
"</a>";
if (v.remote === null) {
// No remote version available, we cannot determine if an update is available
updateComponentAvailable = false;
localVersion = v.local + " (Latest: N/A)";
} else if (versionCompare(v.local, v.remote) === -1) {
// Update available
@@ -539,8 +538,6 @@ function updateVersionInfo() {
if (v.name === "Docker Tag") {
if (v.remote === null) {
// No remote version available, we cannot determine if an update is available
updateComponentAvailable = false;
dockerUpdate = false;
localVersion = v.local + " (Latest: N/A)";
} else if (versionCompare(v.local, v.remote) === -1) {
// Display update information for the docker tag