File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ function detect_platform() {
14
14
var os = "unknown" ;
15
15
16
16
if ( navigator . platform == "Linux x86_64" ) { os = "unix" ; }
17
- if ( navigator . platform == "Linux i686" ) { os = "unix" ; }
17
+ if ( navigator . platform == "Linux i686" ) { os = android_or_unix ( ) ; }
18
18
if ( navigator . platform == "Linux i686 on x86_64" ) { os = "unix" ; }
19
- if ( navigator . platform == "Linux aarch64" ) { os = "unix" ; }
20
- if ( navigator . platform == "Linux armv6l" ) { os = "unix" ; }
19
+ if ( navigator . platform == "Linux aarch64" ) { os = android_or_unix ( ) ; }
20
+ if ( navigator . platform == "Linux armv6l" ) { os = android_or_unix ( ) ; }
21
21
if ( navigator . platform == "Linux armv7l" ) { os = android_or_unix ( ) ; }
22
22
if ( navigator . platform == "Linux ppc64" ) { os = "unix" ; }
23
23
if ( navigator . platform == "Linux mips" ) { os = "unix" ; }
You can’t perform that action at this time.
0 commit comments