From 2735e2a6449bfc3915bd6cad69308983014fb57a Mon Sep 17 00:00:00 2001 From: asiekierka Date: Sat, 22 Dec 2012 17:52:18 +0100 Subject: [PATCH] fixed naming --- js/imgcaptcha.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);