From 5565be07f8d8d473759315fd99747c64e2ce3450 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Fri, 15 Sep 2023 10:31:20 +1000 Subject: Completed initial login functionality --- wwwroot/images/loginbg.webp | Bin 0 -> 2247672 bytes wwwroot/js/keyboard.js | 4 ++-- wwwroot/loginbg.webm | Bin 0 -> 390877 bytes 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 wwwroot/images/loginbg.webp create mode 100644 wwwroot/loginbg.webm (limited to 'wwwroot') diff --git a/wwwroot/images/loginbg.webp b/wwwroot/images/loginbg.webp new file mode 100644 index 0000000..759e666 Binary files /dev/null and b/wwwroot/images/loginbg.webp differ diff --git a/wwwroot/js/keyboard.js b/wwwroot/js/keyboard.js index e3854f9..392a7d1 100644 --- a/wwwroot/js/keyboard.js +++ b/wwwroot/js/keyboard.js @@ -1,7 +1,7 @@ async function keyDownHandler(e) { function isDialogChild(e) { - while (e = e.parentElement) - if (e.tagName == 'DIV' && e.classList.contains('dialog')) + while(e = e.parentElement) + if(e.tagName == 'DIV' && e.classList.contains('dialog')) return true; return false; } diff --git a/wwwroot/loginbg.webm b/wwwroot/loginbg.webm new file mode 100644 index 0000000..139ed0d Binary files /dev/null and b/wwwroot/loginbg.webm differ -- cgit v1.3