Archived
1
0
This commit is contained in:
Jeff Becker
2016-11-04 08:45:06 -04:00
parent a7e33a9f10
commit 7f25dcf95c
14 changed files with 86 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ onready(function(){
var e = document.getElementById("captcha_img");
if (e) {
e.onclick = function() {
reload(document.getElementById("captcha_img"));
reload(e);
};
}
});