From 65d7e2b8162190f19dc53aec3ada2bc50c2de59f Mon Sep 17 00:00:00 2001 From: Shyotl Date: Fri, 27 Feb 2015 04:55:04 -0600 Subject: [PATCH] 1.8.6(6157) index.html update AMD :( --- login/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/login/index.html b/login/index.html index b3a46a1..fa52fbc 100644 --- a/login/index.html +++ b/login/index.html @@ -142,6 +142,11 @@ window.onload = function() // Current version is newer that user's if (compareVersion(current_version, urlParams["version"]) > 0) { + if(urlParams["os"].indexOf("Mac OS X") > -1) + { + if(clearVersion(current_version) == "1.8.6.6157" && clearVersion(urlParams["version"]) == "1.8.6.6156") + return; + } toolbarShown = true; setVisible("updateavail", true); }