1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00

Add missing hours

This commit is contained in:
DanielnetoDotCom 2021-03-18 21:23:20 -03:00
parent a17e3eba94
commit fc2f40f08c

View file

@ -1283,6 +1283,9 @@ function startTimer(duration, selector) {
if(days || text){
text += days+'d ';
}
if(hours || text){
text += hours+'h ';
}
if(minutes || text){
text += minutes+'m ';
}