94d145e8d0
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. |
||
---|---|---|
.. | ||
controllers | ||
controls | ||
models | ||
util | ||
views | ||
.gitignore | ||
api.js | ||
config.js | ||
events.js | ||
main.js | ||
pools.js | ||
router.js | ||
tags.js | ||
templates.js |