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)