diff --git a/login/index.html b/login/index.html index 5a1ee92..554f963 100644 --- a/login/index.html +++ b/login/index.html @@ -15,7 +15,7 @@ var current_version = "1.8.5 (5617)"; // Minimum recommended alpha version -var min_alpha = "1.8.5 (5846)"; +var min_alpha = "1.8.5 (6068)"; /* * Main functionality (no need to edit anything below to udpate the version) @@ -151,6 +151,11 @@ window.onload = function() toolbarShown = true; setVisible("alpha_updateavail", true); } + else if (urlParams["channel"] == "Singularity Zero" && compareVersion("1.8.5 (6068)", urlParams["version"]) > 0) + { + toolbarShown = true; + setVisible("zero_updatetoalpha"); + } else { toolbarShown = false; @@ -233,6 +238,12 @@ window.onload = function() Singularity Alpha builds page to download it. +