This commit is contained in:
Giandonato Inverso
2023-10-17 00:41:15 +02:00
committed by giandonato.inverso@edempg.it
parent 15c84c0863
commit c9fa6abf06
10 changed files with 25 additions and 10 deletions
+1 -1
View File
@@ -459,7 +459,7 @@
}
$.ajax({
url: window.location.origin + '/bulk_action.php',
url: './bulk_action.php',
method: "POST",
data: JSON.stringify(data),
dataType: "json",