Gazelle/static/functions/captcha.js
2011-03-28 15:21:28 +01:00

5 lines
113 B
JavaScript

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