Gazelle/static/functions/captcha.js
2012-09-24 08:00:33 +00:00

5 lines
110 B
JavaScript

function refreshCaptcha() {
var time = new Date();
$('#captcha_img').src='captcha.php?t='+time.getTime();
}