diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-10-09 17:50:12 +1100 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-10-09 17:50:12 +1100 |
| commit | ea89ec0c1b05ac246f2ffd5907daace27564100b (patch) | |
| tree | 39d870b5167e0cab112a85dadcd8d8e67785b446 /wwwroot/js | |
| parent | 36757ad31901cce4bb55f4911a28bb63ee1dee7a (diff) | |
| parent | 299e58db28202be8706dee1c570c382e1489213b (diff) | |
Merge branch 'security' of gitlab.com:plasmicplexus/HyperBooru-Server into security
Diffstat (limited to 'wwwroot/js')
| -rw-r--r-- | wwwroot/js/keyboard.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wwwroot/js/keyboard.js b/wwwroot/js/keyboard.js index 6ba9f9f..8086418 100644 --- a/wwwroot/js/keyboard.js +++ b/wwwroot/js/keyboard.js @@ -20,7 +20,6 @@ async function keyDownHandler(e) { .find(d => d.element == element) .dialogObject .invokeMethodAsync('KeyHandler', e.key); - console.log('lmao'); e.preventDefault(); return; } @@ -32,7 +31,6 @@ async function keyDownHandler(e) { if(button) { button.click(); - console.log('lmao2'); e.preventDefault(); return; } |
