From 33a6a29bc88bb2d4d267619cbe3fd2728c6ff1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Wed, 22 Jan 2020 04:02:51 -0500 Subject: [PATCH] Please stop using old alphas, move to the nightly --- login/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/login/index.html b/login/index.html index 399cb35..64f9a29 100644 --- a/login/index.html +++ b/login/index.html @@ -16,7 +16,7 @@ var windows_version = "1.8.7 (6861)"; var current_version = "1.8.6 (6157)"; // Minimum recommended alpha version -var min_alpha = "1.8.6 (6858)"; +var min_alpha = "1.8.7 (8185)"; /* * Main functionality (no need to edit anything below to udpate the version) @@ -163,7 +163,7 @@ window.onload = function() toolbarShown = true; setVisible("alpha_updateavail", true); } - else if (urlParams["channel"] == "Singularity Zero" && compareVersion("1.8.6 (6156)", urlParams["version"]) > 0) + else if (urlParams["channel"] == "Singularity Zero" && compareVersion(min_alpha, urlParams["version"]) > 0) { toolbarShown = true; if (urlParams["lang"] == "fr") @@ -249,20 +249,20 @@ window.onload = function()