1.8.9 Release pt2

Remove windows version hack from old index page, when mac releases, remove this entirely and splash them.
This commit is contained in:
Liru Færs
2020-04-05 00:35:01 -04:00
committed by GitHub
parent 4dcfd0bc00
commit c5361e277d

View File

@@ -12,8 +12,7 @@
* CURRENT VERSION GOES HERE
*/
var windows_version = "1.8.7 (6861)";
var current_version = "1.8.6 (6157)";
var current_version = "1.8.9 (8338)";
// Minimum recommended alpha version
var min_alpha = "1.8.7 (8185)";
@@ -141,11 +140,7 @@ window.onload = function()
document.getElementById('opentoolbar').onclick = toggleToolbar;
var cur_ver = current_version;
if( (urlParams["os"].indexOf("Win32")!= -1) || (urlParams["os"].indexOf("Win64")!= -1) )
{
cur_ver = windows_version;
}
// Current version is newer that user's
if (compareVersion(cur_ver, urlParams["version"]) > 0)
{