szurubooru/client/js
Eva 5e54caf04c client/views: fix middle click prevention on buttons for modern browsers
Browsers no longer fire the primary 'click' event for middle clicks.
Old way kept for compatibility as it doesn't hurt anything. All browsers
that support auxclick also have standardized MouseEvent.button values.
2024-05-06 19:45:24 +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: fix middle click prevention on buttons for modern browsers 2024-05-06 19:45:24 +02: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