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. |
||
---|---|---|
.. | ||
css | ||
fonts | ||
html | ||
img | ||
js | ||
.babelrc | ||
.dockerignore | ||
.eslintrc.yml | ||
.jscsrc | ||
.prettierrc.yml | ||
build.js | ||
docker-start.sh | ||
Dockerfile | ||
nginx.conf.docker | ||
package-lock.json | ||
package.json |