related to #1381 changed name of the api function that calculates orphans

This commit is contained in:
Matthieu Leproux
2021-08-04 12:35:45 +02:00
parent 1ec5a2933c
commit adba2def7e
4 changed files with 115 additions and 116 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ jQuery(document).ready(function() {
$(".deleteAlbum").on("click", function() {
$.ajax({
url: "ws.php?format=json&method=pwg.images.calculateOrphansOnAlbumDeletion",
url: "ws.php?format=json&method=pwg.categories.calculateOrphans",
type: "GET",
data: {
category_id: {$CAT_ID},