From 8ff0a17f6abdda2fe58a814b8678f7c8b5315677 Mon Sep 17 00:00:00 2001 From: sfisher Date: Wed, 22 Jan 2025 13:25:35 -0800 Subject: [PATCH] Fixes the login form so that it can be closed in a normal way (click outside, esc) and closes if navigating out of it. --- dev/includes/login-modal.html | 4 +- dev/js/main2.js | 66 +++++++++-------------- static_src/javascripts/main2.min.js | 81 ++++++++++++++++++----------- 3 files changed, 79 insertions(+), 72 deletions(-) diff --git a/dev/includes/login-modal.html b/dev/includes/login-modal.html index 3da6a7a5..f04dee58 100755 --- a/dev/includes/login-modal.html +++ b/dev/includes/login-modal.html @@ -2,7 +2,9 @@