diff --git a/admin/themes/default/js/albums.js b/admin/themes/default/js/albums.js index 391774145..f7f2491cc 100644 --- a/admin/themes/default/js/albums.js +++ b/admin/themes/default/js/albums.js @@ -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) {