diff --git a/app/assets/javascripts/common.js b/app/assets/javascripts/common.js index 658be8444..6bdc81f0b 100644 --- a/app/assets/javascripts/common.js +++ b/app/assets/javascripts/common.js @@ -31,3 +31,7 @@ $(function() { }); var Danbooru = {}; + +var submitInvisibleRecaptchaForm = function () { + document.getElementById("signup-form").submit(); +}; diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index 202aa1f40..d8d188a44 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -9,14 +9,13 @@
This includes favorites, uploads, and comments. Almost everything is public. So don't choose a name you don't want to be associated with.