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. |
||
---|---|---|
.. | ||
keyboard.js | ||
markdown.js | ||
misc.js | ||
optimized_resize.js | ||
polyfill.js | ||
progress.js | ||
search.js | ||
touch.js | ||
uri.js | ||
views.js |