Fix eslint warnings.

This commit is contained in:
evazion
2018-08-04 14:36:39 -05:00
parent 752557e813
commit f72b32b27b
27 changed files with 149 additions and 155 deletions

View File

@@ -45,6 +45,6 @@ $(function() {
});
});
global.submitInvisibleRecaptchaForm = function () {
window.submitInvisibleRecaptchaForm = function () {
document.getElementById("signup-form").submit();
}