fixed issue with not escaping regex for validating commands
This commit is contained in:
@ -76,6 +76,7 @@ function refreshClientActivity() {
|
||||
cache: false
|
||||
})
|
||||
.done(function (response) {
|
||||
//const clientCount = $(response).find('.col-6 span').length;
|
||||
$('#server_clientactivity_' + serverId).html(response);
|
||||
})
|
||||
.fail(function (jqxhr, textStatus, error) {
|
||||
|
Reference in New Issue
Block a user