mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-05 00:13:05 +02: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",
|
type: "POST",
|
||||||
data: {
|
data: {
|
||||||
category_id: cat_to_delete,
|
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,
|
pwg_token: pwg_token,
|
||||||
},
|
},
|
||||||
success: function (raw_data) {
|
success: function (raw_data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user