switch to invisible recaptcha

This commit is contained in:
r888888888
2017-09-16 12:49:48 -07:00
parent 704816066d
commit 43199eb188
2 changed files with 6 additions and 3 deletions

View File

@@ -31,3 +31,7 @@ $(function() {
});
var Danbooru = {};
var submitInvisibleRecaptchaForm = function () {
document.getElementById("signup-form").submit();
};