Backend für Anträge; unnötiges location.reload() entfernt

This commit is contained in:
2026-03-30 00:41:32 +02:00
parent e5d970333f
commit 4c94066bf9
7 changed files with 165 additions and 39 deletions

View File

@@ -82,7 +82,6 @@ function deleteBlog(blogId){
if(r.messageStatus === "success"){
$('#blogDelete_' + blogId).closest('.blogEdit').fadeOut(300, function() {
$(this).remove();
location.reload();
});
} else {
alert(r.errorMessage);