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) {