From e3aafcdfe9101377be70150f88d4202786de206c Mon Sep 17 00:00:00 2001 From: SBD Date: Sun, 3 Dec 2023 19:35:52 +0300 Subject: [PATCH] 0.8.469 --- static/js/user_profile_2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index 7abd334..51d0c1e 100644 --- a/static/js/user_profile_2.js +++ b/static/js/user_profile_2.js @@ -92,7 +92,7 @@ function select_tab_profile (el,url,owner_type=null) { } function deleteMarkerMessages (el) { - let marker = el.document.querySelector(".icon_unread_messages") + let marker = el.querySelector(".icon_unread_messages") if (marker){ marker.classList.remove("showed") }