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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user