Removed a junk from captcha_refresh.js.
This commit is contained in:
parent
49df9a7081
commit
639ccb7c88
@ -13,7 +13,6 @@ async function getNewCaptcha() {
|
|||||||
g_captcha_timeout_remain = g_captcha_timeout_seconds;
|
g_captcha_timeout_remain = g_captcha_timeout_seconds;
|
||||||
}
|
}
|
||||||
|
|
||||||
e_captcha.classList.toggle("refresh");
|
|
||||||
e_captcha.children[3].innerHTML =
|
e_captcha.children[3].innerHTML =
|
||||||
`<button id="refresh">Refresh</button>ed in <b><span id="remain">600</span></b> seconds.`;
|
`<button id="refresh">Refresh</button>ed in <b><span id="remain">600</span></b> seconds.`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user