changed for structure updated timer more than 1d (#172)
Co-authored-by: ElegosAkla <elegos@uthexa.fr>
This commit is contained in:
@@ -30,7 +30,7 @@ define([
|
||||
round === 'd' &&
|
||||
days >= 1
|
||||
){
|
||||
parts.push('<span class="' + config.counterDigitLargeClass + '">' + '> 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
Reference in New Issue
Block a user