mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
Add missing hours
This commit is contained in:
parent
a17e3eba94
commit
fc2f40f08c
1 changed files with 3 additions and 0 deletions
|
@ -1283,6 +1283,9 @@ function startTimer(duration, selector) {
|
||||||
if(days || text){
|
if(days || text){
|
||||||
text += days+'d ';
|
text += days+'d ';
|
||||||
}
|
}
|
||||||
|
if(hours || text){
|
||||||
|
text += hours+'h ';
|
||||||
|
}
|
||||||
if(minutes || text){
|
if(minutes || text){
|
||||||
text += minutes+'m ';
|
text += minutes+'m ';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue