We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4269c23 commit 572622aCopy full SHA for 572622a
src/tpl/defaultTheme/frontend/index.js
@@ -337,7 +337,7 @@
337
338
var SKIP_TAGS = ['INPUT', 'BUTTON', 'TEXTAREA'];
339
340
- var PLATFORM = navigator.platform;
+ var PLATFORM = navigator.platform || navigator.userAgent;
341
var IS_MAC_PLATFORM = PLATFORM.indexOf('Mac') >= 0 || PLATFORM.indexOf('iPhone') >= 0 || PLATFORM.indexOf('iPad') >= 0 || PLATFORM.indexOf('iPod') >= 0
342
343
var lookupKey;
0 commit comments