mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 03:19:54 +03:00
Revert last chance
This commit is contained in:
parent
b2baa32877
commit
2d21d0179f
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ var GUI_control = function () {
|
|||
'MIXER' : 4
|
||||
};
|
||||
|
||||
|
||||
// check which operating system is user running
|
||||
if (navigator.appVersion.indexOf("Win") != -1) this.operating_system = "Windows";
|
||||
else if (navigator.appVersion.indexOf("Mac") != -1) this.operating_system = "MacOS";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue