forked from science-ation/science-ation
Oops revert part of the last commit - that wasnt supposed to be there
This commit is contained in:
parent
096287908d
commit
9afcd82523
@ -117,9 +117,7 @@ function format_duration(seconds) {
|
|||||||
output+=minutes+' minute'+pl+' ';
|
output+=minutes+' minute'+pl+' ';
|
||||||
}
|
}
|
||||||
if(s>1) pl='s'; else pl='';
|
if(s>1) pl='s'; else pl='';
|
||||||
|
output+=s+' second'+pl
|
||||||
if(!s)
|
|
||||||
output+='Unknown';
|
|
||||||
|
|
||||||
return output;
|
return output;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user