From 3890c8a1256eb9ba12186478907967c610bf7123 Mon Sep 17 00:00:00 2001 From: mshernandez5 Date: Sat, 16 Jan 2021 00:12:43 -0800 Subject: [PATCH] Fix issue where incorrect password popup does not go away when selecting another user. --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 92d8096..a749702 100644 --- a/js/main.js +++ b/js/main.js @@ -128,7 +128,7 @@ function setActiveUser(event) } // If The User Clicks Anywhere On The Document, Clear Any Popups -document.addEventListener("click", removePopup); +document.addEventListener("click", removePopup, true); function removePopup() { if (activeUserListing)