Gazelle/static/functions/captcha.js

5 lines
110 B
JavaScript
Raw Normal View History

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