fixes #1808 use the option selected by the user to delete photos (or not)

This commit is contained in:
plegall
2022-11-25 11:09:53 +01:00
parent 61aad82acd
commit f4f5a7a1e3

View File

@@ -514,7 +514,7 @@ function openDeleteAlbumPopIn(cat_to_delete) {
type: "POST",
data: {
category_id: cat_to_delete,
photo_deletion_mode: $("input [name=photo_deletion_mode]:checked").val(),
photo_deletion_mode: $("input[name=photo_deletion_mode]:checked").val(),
pwg_token: pwg_token,
},
success: function (raw_data) {