diff --git a/data/js/detect/os.js b/data/js/detect/os.js index 055f0b89bc..6ba2f687e2 100644 --- a/data/js/detect/os.js +++ b/data/js/detect/os.js @@ -223,7 +223,7 @@ window.os_detect.getVersion = function(){ ua_version = '32.0'; } else if ('fill' in Array.prototype) { ua_version = '31.0'; - else if (css_is_valid('background-blend-mode', 'backgroundBlendMode', 'multiply')) { + } else if (css_is_valid('background-blend-mode', 'backgroundBlendMode', 'multiply')) { ua_version = '30.0'; } else if (css_is_valid('box-sizing', 'boxSizing', 'border-box')) { ua_version = '29.0';