1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

fix map/gametype alignment on server overview and add back ip display on connect click

This commit is contained in:
RaidMax
2022-06-04 09:21:08 -05:00
parent b1b206585e
commit 740689b047
2 changed files with 11 additions and 8 deletions

View File

@ -150,7 +150,7 @@ function refreshClientActivity(serverId) {
$(document).ready(function () {
$('.server-join-button').click(function (e) {
$(this).children('.server-header-ip-address').show();
$(this).parent().parent().find('.server-header-ip-address').show();
});
$('.server-history-row').each(function (index, element) {