summaryrefslogtreecommitdiffstats
path: root/static/functions/captcha.js
blob: 3d2e62a9f5165df211dff857afbfb107be9da874 (plain)
1
2
3
4
function refreshCaptcha() {
	var time = new Date();
	$('#captcha_img').src='captcha.php?t='+time.getTime();
}