szurubooru/client/js
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
..
controllers Fix Pool Search 2024-02-21 01:27:00 +01:00
controls client: linting 2021-11-29 18:44:20 -05:00
models client/posts: provide link for danbooru image search 2021-01-08 11:03:38 -05:00
util client/views: fix incorrectly 'checked' checkboxes 2024-02-21 17:54:12 +01:00
views client: Use expanders and full tag input control on the upload page 2024-02-21 17:54:12 +01: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+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04: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