summaryrefslogtreecommitdiff
path: root/wwwroot
diff options
context:
space:
mode:
Diffstat (limited to 'wwwroot')
-rw-r--r--wwwroot/images/loginbg.webpbin0 -> 2247672 bytes
-rw-r--r--wwwroot/js/keyboard.js4
2 files changed, 2 insertions, 2 deletions
diff --git a/wwwroot/images/loginbg.webp b/wwwroot/images/loginbg.webp
new file mode 100644
index 0000000..759e666
--- /dev/null
+++ b/wwwroot/images/loginbg.webp
Binary files differ
diff --git a/wwwroot/js/keyboard.js b/wwwroot/js/keyboard.js
index 4c8e722..8086418 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;
}