From 6f982483a89eca4084823f49baab2147f812ebb0 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 16 Oct 2021 11:55:39 +0200 Subject: [PATCH] dfsdfs --- files/templates/comments.html | 2 +- files/templates/delete_post_modal.html | 1 + files/templates/header.html | 2 +- files/templates/settings_blocks.html | 2 +- files/templates/settings_profile.html | 2 +- files/templates/submission.html | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 6355014cf..422006292 100755 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -26,7 +26,7 @@ {% if v %} {% include "award_modal.html" %} - + {% endif %} diff --git a/files/templates/delete_post_modal.html b/files/templates/delete_post_modal.html index 2091bf7f5..49a28d8e2 100755 --- a/files/templates/delete_post_modal.html +++ b/files/templates/delete_post_modal.html @@ -12,6 +12,7 @@ var form = new FormData() form.append("formkey", formkey()); xhr.withCredentials=true; + xhr.onload = function() {location.reload(true);}; xhr.send(form); } diff --git a/files/templates/header.html b/files/templates/header.html index f1302f898..125272540 100755 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -1,4 +1,4 @@ - +