Skip to content

Commit

Permalink
增加reCAPTCHA国内镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmaou committed Dec 16, 2020
1 parent d4243b2 commit 58da882
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 7,939 deletions.
2 changes: 1 addition & 1 deletion assets/js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -15746,7 +15746,7 @@ var recaptchaLoadComplete = false;

// fetch/invoke the grecaptcha lib
if (recaptchaForms.length) {
var gUrl = "https://www.google.com/recaptcha/api.js";
var gUrl = "https://www.recaptcha.net/recaptcha/api.js";
jQuery.getScript(gUrl, function () {
for(var i = postLoad.length -1; i >= 0 ; i--){
postLoad[i]();
Expand Down
2 changes: 1 addition & 1 deletion assets/js/scripts.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 58da882

Please sign in to comment.