szurubooru/client/js
Eva d120f00fb5 client/upload: send state of image's anonymous checkbox as boolean
Anonymous checkbox on images would not actually do anything, when the
global checkbox was unchecked. The value of anonymous becomes a node,
and it fails the anonymous === true check in save().
I don't understand why anonymous is treated differently from other
post parameters and supplied as an argument to save().
Keeping it the way it is, I guess...
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/upload: send state of image's anonymous checkbox as boolean 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