Merge remote-tracking branch 'origin/master'
# Conflicts: # templates/system/login.html
This commit is contained in:
@@ -59,6 +59,7 @@
|
|||||||
const initCaptchaImageTimer = (function () {
|
const initCaptchaImageTimer = (function () {
|
||||||
let captchaImageTimer = null
|
let captchaImageTimer = null
|
||||||
return function () {
|
return function () {
|
||||||
|
clearInterval(captchaImageTimer)
|
||||||
captchaImageTimer = setInterval(function () {
|
captchaImageTimer = setInterval(function () {
|
||||||
refreshCaptchaImage()
|
refreshCaptchaImage()
|
||||||
}, 30 * 1000);
|
}, 30 * 1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user