mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 19:06:27 +00:00
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
function refreshCaptcha() {
|
|
var time = new Date();
|
|
$('#captcha_img').src='captcha.php?t='+time.getTime();
|
|
}
|