diff --git a/js/imgcaptcha.js b/js/imgcaptcha.js index d8f922fe..8d3ed95c 100644 --- a/js/imgcaptcha.js +++ b/js/imgcaptcha.js @@ -2,7 +2,7 @@ // return Math.round(new Date().getTime() / 1000); //} -function imgcaptcha_odswiezKapcze() { +function ic_odswiezKapcze() { $.get("/imgcaptcha_p.php", function(data) { $("#imgcaptcha_hash").val(data); $("#imgcaptcha_img").prop("src","/imgcaptcha_im.php?cr=" + data);