Skip to content

Commit

Permalink
intendation
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitGupta14 committed Aug 6, 2023
1 parent eb750ab commit b548be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android_chrome_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
],
"start_url": "index.html",
"background_color": "#22c788",
"background_color": "#F9F9F9",
"theme_color": "#2196F3",
"display": "standalone",
"orientation": "portrait"
Expand Down
5 changes: 1 addition & 4 deletions js/turtles.js
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,6 @@ Turtles.TurtlesView = class {
this._w - 10 - 3 * 55,
70 + LEADING + 6
);

const that = this;
this.gridButton.onclick = () => {
piemenuGrid(that.activity);
Expand Down Expand Up @@ -932,9 +931,7 @@ Turtles.TurtlesView = class {
this._collapseButton.style.visibility = "hidden";
this.gridButton.style.visibility = "hidden";
__collapse();
};


};
};

/**
Expand Down

0 comments on commit b548be3

Please sign in to comment.