Skip to content

Commit

Permalink
some placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
FallBackITA27 committed Jun 9, 2024
1 parent 25a174f commit d63b1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtav-interactive-map/menus/tools/timers.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
async function toolsTimers(e) {
resetContentPart2();
let optionDiv = document.createElement("div");
optionDiv.innerHTML = "In Game Time";
optionDiv.innerHTML = "In Game Time<p>Calculating...</p>";
optionDiv.style = "cursor: unset;";

contentPart2.append(optionDiv);
Expand Down

0 comments on commit d63b1d7

Please sign in to comment.