Update web/skins/classic/views/js/log.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>pull/4689/head
parent
07d328a164
commit
376ae4c4e2
|
|
@ -128,7 +128,7 @@ function deleteLogs(log_ids) {
|
|||
console.log('Deleting ' + chunk.length + ' log entries. ' + log_ids.length + ' remaining.');
|
||||
|
||||
$j.ajax({
|
||||
method: 'get',
|
||||
method: 'post',
|
||||
timeout: 0,
|
||||
url: thisUrl + '?request=log&task=delete',
|
||||
data: {'ids[]': chunk},
|
||||
|
|
|
|||
Loading…
Reference in New Issue