Gazelle/static/functions/captcha.js

5 lines
113 B
JavaScript
Raw Normal View History

2011-03-28 14:21:28 +00:00
function refreshCaptcha() {
var time = new Date();
$('#captcha_img').src='captcha.php?t='+time.getTime();
}