Skip to content

Commit

Permalink
Fix issue where incorrect password popup does not go away when select…
Browse files Browse the repository at this point in the history
…ing another user.
  • Loading branch information
mshernandez5 committed Jan 16, 2021
1 parent 012a294 commit 3890c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3890c8a

Please sign in to comment.