a
This commit is contained in:
parent
04765d915b
commit
99e2961deb
|
|
@ -932,7 +932,8 @@
|
||||||
const interval = setInterval(() => {
|
const interval = setInterval(() => {
|
||||||
// countdownEl.textContent = `Redirection dans ${remaining} secondes...`;
|
// countdownEl.textContent = `Redirection dans ${remaining} secondes...`;
|
||||||
const v_msg4 = "<?= t('redirection_in', $lang, $translations) ?>";
|
const v_msg4 = "<?= t('redirection_in', $lang, $translations) ?>";
|
||||||
countdownEl.textContent = ${remaining} ${v_msg4};
|
// countdownEl.textContent = ${remaining} ${v_msg4};
|
||||||
|
countdownEl.textContent = v_msg4;
|
||||||
|
|
||||||
if (remaining < 0) {
|
if (remaining < 0) {
|
||||||
clearInterval(interval);
|
clearInterval(interval);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user