mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +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
|
'MIXER' : 4
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// check which operating system is user running
|
// check which operating system is user running
|
||||||
if (navigator.appVersion.indexOf("Win") != -1) this.operating_system = "Windows";
|
if (navigator.appVersion.indexOf("Win") != -1) this.operating_system = "Windows";
|
||||||
else if (navigator.appVersion.indexOf("Mac") != -1) this.operating_system = "MacOS";
|
else if (navigator.appVersion.indexOf("Mac") != -1) this.operating_system = "MacOS";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue