From a30032f1ca979ad8a3d2b67ef7c586ecc2f12d3e Mon Sep 17 00:00:00 2001 From: Patrick Niebeling Date: Wed, 12 Feb 2025 21:24:57 +0100 Subject: [PATCH] v1.5.1 Signed-off-by: Patrick Niebeling --- uuid-file-renamer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uuid-file-renamer.php b/uuid-file-renamer.php index 6295b91..5327012 100644 --- a/uuid-file-renamer.php +++ b/uuid-file-renamer.php @@ -123,7 +123,7 @@ function uuid_renamer_js() { var attachmentId = button.data("id"); $.post(ajaxurl, { action: "rename_media_to_uuid", attachment_id: attachmentId }, function(response) { if (response.success) { - alert(response.data); + // alert(response.data); location.reload(); } else { alert(response.data);