From c82efc3dfbac1999bfe1890d8e6246e6b69d2085 Mon Sep 17 00:00:00 2001 From: Darknet Villain Date: Fri, 9 Dec 2016 15:56:06 +0000 Subject: [PATCH] Update app.js --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index e8fbe86..21dc5ca 100644 --- a/js/app.js +++ b/js/app.js @@ -23,7 +23,7 @@ function renderReleaseInfo(release) { }); if (win_asset.length > 0) { - if (window.navigator.appName === "Microsoft Internet Explorer") // IE is fucked + if (window.navigator.appName !== "Microsoft Internet Explorer") // IE is fucked dl_btn.text(i18next.t("header.dl-btn-windows")); dl_btn.attr("href", win_asset[0].browser_download_url); all_dls.show();