a
This commit is contained in:
parent
99e2961deb
commit
a6bcf8bb55
|
|
@ -933,7 +933,8 @@
|
||||||
// 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;
|
// countdownEl.textContent = v_msg4;
|
||||||
|
countdownEl.textContent = ${remaining};
|
||||||
|
|
||||||
if (remaining < 0) {
|
if (remaining < 0) {
|
||||||
clearInterval(interval);
|
clearInterval(interval);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user