mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #1808 use the option selected by the user to delete photos (or not)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user