Update web/skins/classic/views/js/log.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/4689/head
Isaac Connor 2026-03-07 17:14:17 -05:00 committed by GitHub
parent 07d328a164
commit 376ae4c4e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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},