UI: Implement JavaScript getOS function Windows platform architecture detection #104136
@ -117,6 +117,8 @@ function getOS() {
|
||||
getOSiPadVersion();
|
||||
getOSFreeBSDVersion();
|
||||
}
|
||||
|
||||
return OS;
|
||||
});
|
||||
}
|
||||
|
||||
@ -130,9 +132,9 @@ function getOS() {
|
||||
getOSLinuxVersion();
|
||||
getOSiPadVersion();
|
||||
getOSFreeBSDVersion();
|
||||
}
|
||||
|
||||
init();
|
||||
|
||||
return OS;
|
||||
}
|
||||
|
||||
init();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user