changed for structure updated timer more than 1d (#172)

Co-authored-by: ElegosAkla <elegos@uthexa.fr>
This commit is contained in:
ElegosAkla
2024-01-06 04:55:28 +01:00
committed by GitHub
parent b73f3726ee
commit 388e25c7b7
4 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ define([
round === 'd' &&
days >= 1
){
parts.push('<span class="' + config.counterDigitLargeClass + '">' + '&gt;&nbsp;1d' + '</span>');
parts.push('<span class="' + config.counterDigitLargeClass + '">' + days + 'd' + '</span>');
}else{
if(
days > 0 ||

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long