mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
web front design tweaks and favicon added
This commit is contained in:
@ -71,7 +71,10 @@ function refreshClientActivity() {
|
||||
$('.server-history-row').each(function (index) {
|
||||
let serverId = $(this).data("serverid");
|
||||
|
||||
$.get("/server/clientactivity/" + serverId)
|
||||
$.get({
|
||||
url: "/server/clientactivity/" + serverId,
|
||||
cache: false
|
||||
})
|
||||
.done(function (response) {
|
||||
$('#server_clientactivity_' + serverId).html(response);
|
||||
})
|
||||
|
Reference in New Issue
Block a user