diff --git a/website/index.html b/website/index.html index 6be5d36c..635c762b 100644 --- a/website/index.html +++ b/website/index.html @@ -81,10 +81,6 @@ $(document).ready(function () { if (navigator.userAgent.indexOf('Windows') >= 0) { $(".winappstore").show(); - - if (navigator.userAgent.indexOf('Windows NT 10.0') < 0) { - $(".nsis").show(); - } } }); @@ -240,14 +236,8 @@