laiguoran 6 anni fa
parent
commit
235e446e4d
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 2 2
      web/users/html/login.html
  2. 1 1
      web/users/js/login.js

File diff suppressed because it is too large
+ 2 - 2
web/users/html/login.html


+ 1 - 1
web/users/js/login.js

@@ -42,7 +42,7 @@ $(document).ready(function () {
         captchaObj.appendTo('#captcha-box');
         captchaObj.onSuccess(function () {
             $(".btn-area").slideDown("fast");
-            $('#login').click();
+            // $('#login').click();
             captchaObj.getValidate();
         });