This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/client/js/util
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
..
keyboard.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
markdown.js client/js/markdown: fix processing of inline markdown 2022-02-16 09:09:21 -05:00
misc.js client/tags: escape dots in search term and don't allow '.' and '..' as tags 2021-04-12 10:42:58 +02:00
optimized_resize.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
polyfill.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
progress.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
search.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
touch.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
uri.js client: rename escapeColons to escapeTagName and also escape dots 2021-04-10 15:10:39 +02:00
views.js client/views: fix middle click prevention on buttons for modern browsers 2024-05-06 19:45:24 +02:00