Skip to content

Commit 2d21d01

Browse files
committed
Revert last chance
1 parent b2baa32 commit 2d21d01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/gui.js

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ var GUI_control = function () {
6060
'MIXER' : 4
6161
};
6262

63-
6463
// check which operating system is user running
6564
if (navigator.appVersion.indexOf("Win") != -1) this.operating_system = "Windows";
6665
else if (navigator.appVersion.indexOf("Mac") != -1) this.operating_system = "MacOS";

0 commit comments

Comments
 (0)