Placed g_captcha_timeout_remain next to g_current_captcha_id for better view. :)
This commit is contained in:
parent
a33c7b20c9
commit
cae70d6c20
@ -1,8 +1,8 @@
|
||||
const g_captcha_timeout_seconds = 600;
|
||||
let g_captcha_timeout_remain = g_captcha_timeout_seconds;
|
||||
|
||||
const captcha_hidden_field = document.forms[0].children[4].children[0];
|
||||
|
||||
let g_captcha_timeout_remain = g_captcha_timeout_seconds;
|
||||
let g_current_captcha_id = captcha_hidden_field.value;
|
||||
|
||||
async function getNewCaptcha() {
|
||||
|
Loading…
Reference in New Issue
Block a user