Browse Source

fixed naming

pull/40/head
asiekierka 12 years ago
parent
commit
2735e2a644
  1. 2
      js/imgcaptcha.js

2
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);

Loading…
Cancel
Save