update
This commit is contained in:
7
Static/script/captcha.js
Normal file
7
Static/script/captcha.js
Normal file
@@ -0,0 +1,7 @@
|
||||
function recaptcha(obj) {
|
||||
var arr = $(obj).attr('src').split(",");
|
||||
var rand = Math.random();
|
||||
rand = rand + ".html";
|
||||
arr[1] = rand;
|
||||
$(obj).attr('src',arr.join(","));
|
||||
}
|
||||
Reference in New Issue
Block a user