From 2a707fc5126aa8e296069ba7a42a2ea6fa2c863a Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 24 Feb 2019 14:39:07 -0800 Subject: [PATCH] Fix typo in f6f5df3 --- data/interfaces/default/js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/interfaces/default/js/script.js b/data/interfaces/default/js/script.js index 7e6709f2..4446094f 100644 --- a/data/interfaces/default/js/script.js +++ b/data/interfaces/default/js/script.js @@ -9,7 +9,7 @@ if (typeof platform !== 'undefined') { p.os = platform.os.toString(); } -if (['IE', 'Microsoft Edge', 'IE Mobile'].indexOf(p.name) <= -1) > +if (['IE', 'Microsoft Edge', 'IE Mobile'].indexOf(p.name) > -1) { if (!getCookie('browserDismiss')) { var $browser_warning = $('
' + ' ' +