bugfix form without captcha

indiachan-spamvector
Thomas Lynch 3 years ago
parent e0e1042a93
commit f3b612ff23
  1. 4
      gulp/res/js/filters.js

@ -233,7 +233,9 @@ const moderatePost = (postContainer) => {
.filter(e => e.name === 'checkedposts')
.forEach(e => e.checked = false);
postCheck.checked = true;
captchaController.loadCaptcha(actionCaptcha);
if (actionCaptcha) {
captchaController.loadCaptcha(actionCaptcha);
}
}
const postMenuChange = function(e) {

Loading…
Cancel
Save