* userJS: clear time out after alter the message.

This commit is contained in:
liugang
2023-11-28 08:39:13 +08:00
parent 2a33d6b1a1
commit 50c8a345e5
+1
View File
@@ -76,6 +76,7 @@ window.safeSubmit = function(e)
{
zui.Modal.alert(data.message);
if($('.captchaBox').length == 1) refreshCaptcha($('.captchaBox .input-group .input-group-addon img'));
clearTimeout(timeoutID);
return false;
}