szurubooru/client/js
Eva 337cdc091e client: replace deprecated KeyboardEvent.which with KeyboardEvent.key
Also fixes moving notes by arrow keys.

Removed left click detection IE8 hack we inherited from the original
visionmedia/page.js code (cf. https://unixpapa.com/js/mouse.html) as
proper KeyboardEvent.key was introduced in IE9 and it's time to move on.

ArrowUp/Down/Left/Right names have to be mangled to maintain IE9 compat.
2024-05-06 19:45:19 +02:00
..
controllers Merge pull request #647 from po5/null-checks 2024-04-27 21:23:16 +02:00
controls client: replace deprecated KeyboardEvent.which with KeyboardEvent.key 2024-05-06 19:45:19 +02:00
models client: add null checks 2024-03-28 13:31:48 +01:00
util client/views: better pool name fallback 2024-03-21 22:16:05 +01:00
views client: replace deprecated KeyboardEvent.which with KeyboardEvent.key 2024-05-06 19:45:19 +02:00
.gitignore client/build: true template precompiling 2016-05-21 10:04:23 +02:00
api.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
config.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
events.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
main.js client+server: fixed style errors 2021-09-13 13:25:37 -04:00
pools.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
router.js client: replace deprecated KeyboardEvent.which with KeyboardEvent.key 2024-05-06 19:45:19 +02:00
tags.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
templates.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00