diff --git a/files/templates/delete_post_modal.html b/files/templates/delete_post_modal.html index 444725767..2091bf7f5 100755 --- a/files/templates/delete_post_modal.html +++ b/files/templates/delete_post_modal.html @@ -12,7 +12,6 @@ var form = new FormData() form.append("formkey", formkey()); xhr.withCredentials=true; - xhr.onload = function() {window.location.reload(true);}; xhr.send(form); }