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

few more small fixes

complete join button on webfront
update for 2.2.6.0
This commit is contained in:
RaidMax
2019-04-08 12:29:48 -05:00
parent 46e1fdad6d
commit 0e91205931
12 changed files with 113 additions and 23 deletions

View File

@ -89,4 +89,10 @@ function refreshClientActivity() {
});
}
$(document).ready(function() {
$('.server-join-button').click(function (e) {
$(this).children('.server-header-ip-address').show();
});
})
setInterval(refreshClientActivity, 2000);