Bump minimum alpha to 6068

Let's get some testing done~

Also end Singularity Zero.
This commit is contained in:
Inusaito Sayori
2014-08-05 08:20:30 -04:00
parent 6f7448b9bc
commit 73c111ac47

View File

@@ -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()
<a href="http://alpha.singularityviewer.org/alpha/" target="_external">Singularity Alpha builds page</a>
to download it.
</div>
<div id="zero_updatetoalpha" style="display: none;">
<img src="alert.png" style="vertical-align: bottom;" />
Thank you kindly, for testing Singularity Zero, please migrate to Singularity alpha from the
<a href="http://alpha.singularityviewer.org/alpha/" target="_external">alpha builds page</a>
&#126;
</div>
</div>
</div>
<iframe id="origpage"/>