Skip to content

Commit

Permalink
Add party type count to party window
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Aug 23, 2024
1 parent b148ca9 commit 10c3796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GuildWarsPartySearch.NodeJSServer/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function redrawPartyWindow() {
if(!is_shown)
return;
party_rows_html += `<tr class="divider row" id="search_type_divider_${search_type_id}">
<th colSpan="5">${name}</th>
<th colSpan="5">${name} - ${parties_by_type.length}</th>
</tr>`


Expand Down

0 comments on commit 10c3796

Please sign in to comment.