We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c5293 commit f2c5970Copy full SHA for f2c5970
js/widgets/popup.js
@@ -506,7 +506,7 @@ define( [ "jquery",
506
chromematch = ua.indexOf( "Chrome" ) > -1;
507
508
// Platform is Android, WebKit version is greater than 534.13 ( Android 3.2.1 ) and not Chrome.
509
- if( androidmatch !== null && andversion == 4.0 && wkversion && wkversion > 534.13 && !chromematch ) {
+ if( androidmatch !== null && andversion === "4.0" && wkversion && wkversion > 534.13 && !chromematch ) {
510
return true;
511
}
512
return false;
0 commit comments