From 9ecc961e42577c97931db66639c749eb974e4c9b Mon Sep 17 00:00:00 2001 From: borissedw Date: Fri, 10 Nov 2023 16:24:43 +0300 Subject: [PATCH] 0.0.341 --- static/js/user_profile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/user_profile.js b/static/js/user_profile.js index 676b559..88c1727 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -720,7 +720,6 @@ function editRoute(id) { function showMenu(el, event) { let menu = document.querySelector('.dropdown-content') menu.classList.add('show') - closeCurtain() } function hideMenu(event) {