Skip to content

Commit

Permalink
less comments
Browse files Browse the repository at this point in the history
  • Loading branch information
FallBackITA27 committed Jun 9, 2024
1 parent d63b1d7 commit db20448
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gtav-interactive-map/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,22 +229,18 @@ Array.from(document.getElementById("menuScroll").children).forEach((r) =>
}

if (e.target.value === "settings") {
// This is all so fucking cursed
mainContent.classList.add("styleClassic");

/* Map Style Options */
addToContentPart1List("Map Style").addEventListener(
"click",
mapStyleSettings
);

/* Debug Options */
addToContentPart1List("Debug").addEventListener(
"click",
debugSettings
);

/* Data Options */
addToContentPart1List("Data").addEventListener(
"click",
dataSettings
Expand Down

0 comments on commit db20448

Please sign in to comment.