Skip to content

Commit

Permalink
Revert last chance
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Jan 17, 2025
1 parent b2baa32 commit 2d21d01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 2d21d01

Please sign in to comment.