We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2baa32 commit 2d21d01Copy full SHA for 2d21d01
js/gui.js
@@ -60,7 +60,6 @@ var GUI_control = function () {
60
'MIXER' : 4
61
};
62
63
-
64
// check which operating system is user running
65
if (navigator.appVersion.indexOf("Win") != -1) this.operating_system = "Windows";
66
else if (navigator.appVersion.indexOf("Mac") != -1) this.operating_system = "MacOS";
0 commit comments