I hate you.
This commit is contained in:
parent
6edb57796d
commit
77da6ef8a7
@ -1106,8 +1106,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($.config('Cooldown')) {
|
if ($.config('Cooldown')) {
|
||||||
duration = qr.sage ? 60000 : 30000;
|
duration = qr.sage ? 60 : 30;
|
||||||
$.setValue(g.BOARD + '/cooldown', Date.now() + duration);
|
$.setValue(g.BOARD + '/cooldown', Date.now() + duration * 1000);
|
||||||
cooldown.start();
|
cooldown.start();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -840,8 +840,8 @@ qr =
|
|||||||
else
|
else
|
||||||
$.rm dialog
|
$.rm dialog
|
||||||
if $.config 'Cooldown'
|
if $.config 'Cooldown'
|
||||||
duration = if qr.sage then 60000 else 30000
|
duration = if qr.sage then 60 else 30
|
||||||
$.setValue g.BOARD+'/cooldown', Date.now() + duration
|
$.setValue g.BOARD+'/cooldown', Date.now() + duration * 1000
|
||||||
cooldown.start()
|
cooldown.start()
|
||||||
|
|
||||||
Recaptcha.reload()
|
Recaptcha.reload()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user