Backend für Anträge; unnötiges location.reload() entfernt
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user