changeset 448 | f725a16e4a20 |
parent 324 | 16d0c9f33466 |
child 456 | e133d321fce4 |
--- a/plugins/SpecialUserFuncs.php Sat Jan 19 00:47:52 2008 -0500 +++ b/plugins/SpecialUserFuncs.php Sun Jan 20 23:18:03 2008 -0500 @@ -755,6 +755,7 @@ } function regenCaptcha() { + var frm = document.forms.regform; document.getElementById('captchaimg').src = '<?php echo makeUrlNS("Special", "Captcha/"); ?>'+frm.captchahash.value+'/'+Math.floor(Math.random() * 100000); return false; }