Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kaheetonaa committed Oct 16, 2024
1 parent d21b887 commit db3a242
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/iD.js
Original file line number Diff line number Diff line change
Expand Up @@ -67829,7 +67829,7 @@
team_select.append("option").attr("value", "slovakia").html("Slovakia");
team_select.append("option").attr("value", "spain").html("Spain");
team_select.on("change", () => {
__team_selected = document.getElementById("team").value;
__team_selected = document.getElementById("team").value + " #EuthMappers";
});
let modalSection = introModal.append("div").attr("class", "modal-section");
modalSection.append("p").html(_t.html("splash.text", {
Expand Down
Loading

0 comments on commit db3a242

Please sign in to comment.