@if (Model.LobbyZScore != null)
{
diff --git a/WebfrontCore/wwwroot/js/server.js b/WebfrontCore/wwwroot/js/server.js
index 8699f767..0621455c 100644
--- a/WebfrontCore/wwwroot/js/server.js
+++ b/WebfrontCore/wwwroot/js/server.js
@@ -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) {