From 2fe862f6a26661928e8750caa022363035103d26 Mon Sep 17 00:00:00 2001 From: Silversthorn Date: Mon, 9 Oct 2023 18:57:11 +0200 Subject: [PATCH] Fixing little issue when auto close --- app/frontend/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/templates/base.html b/app/frontend/templates/base.html index f13c61e1..a337a436 100755 --- a/app/frontend/templates/base.html +++ b/app/frontend/templates/base.html @@ -552,7 +552,7 @@ }, 200); setTimeout(function (element) { - closeNotification(element); + closeNotification(element.parentElement); }, 7500, toastHeaderCloseSpan); `