Removed a junk from captcha_refresh.js.

This commit is contained in:
Alexander Andreev 2022-10-26 01:50:47 +04:00
parent 49df9a7081
commit 639ccb7c88
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ async function getNewCaptcha() {
g_captcha_timeout_remain = g_captcha_timeout_seconds;
}
e_captcha.classList.toggle("refresh");
e_captcha.children[3].innerHTML =
`<button id="refresh">Refresh</button>ed in <b><span id="remain">600</span></b> seconds.`;