szurubooru/client/js/util
Eva 94d145e8d0 client/views: fix incorrectly 'checked' checkboxes
When similar posts were found, the anonymous upload checkbox for that
image would become checked, because we treat anything !== undefined
as 'checked', and in post_upload_views.js we set 'anonymous' to
a querySelector, which returns null on failure and not undefined.
Treat null as 'unchecked' to fix this issue, and prevent future mistakes
slipping past.
2024-02-21 17:54:12 +01: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 incorrectly 'checked' checkboxes 2024-02-21 17:54:12 +01:00