Skip to content

Commit

Permalink
Rever some other changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Jan 17, 2025
1 parent cf979f0 commit b2baa32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions js/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ var GUI_control = function () {
else if (navigator.appVersion.indexOf("X11") != -1) this.operating_system = "UNIX";
else this.operating_system = "Unknown";

this.platform = navigator.platform;

};

// message = string
Expand Down
1 change: 0 additions & 1 deletion js/logicConditionsCollection.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';


var LogicConditionsCollection = function () {

let self = {},
Expand Down

0 comments on commit b2baa32

Please sign in to comment.