Skip to content

Commit

Permalink
Fix Ascalon naming
Browse files Browse the repository at this point in the history
Closes #67
  • Loading branch information
AlexMacocian committed Aug 9, 2024
1 parent 674d44f commit 6ee4444
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions GuildWarsPartySearch.FrontEnd/Content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div id="menu" class="hidden">
<div class="menuHeader">Locations</div>
<div class="maplist">
<a href="javascript:loadMap(0)"><div class="mapLink" data-id="0">Ascalon (pre-Searing)</div></a>
<a href="javascript:loadMap(0)"><div class="mapLink" data-id="0">Ascalon (Pre-searing)</div></a>
<a href="javascript:loadMap(1)"><div class="mapLink" data-id="1">Tyria</div></a>
<a href="javascript:loadMap(2)"><div class="mapLink" data-id="2">Cantha</div></a>
<a href="javascript:loadMap(3)"><div class="mapLink" data-id="3">Elona</div></a>
Expand All @@ -38,7 +38,6 @@
</div>
<div class="menuHeader">Parties</div>
<div class="partyList">

</div>
<div class="legal">
<p>
Expand Down

0 comments on commit 6ee4444

Please sign in to comment.