From 0474c25fb8dd0a901b14b1e97e5ffd961094f4c7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 16 Oct 2021 11:45:37 +0200 Subject: [PATCH] dfsdfdss --- files/templates/delete_post_modal.html | 1 - 1 file changed, 1 deletion(-) 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); }