quantité = confiance

This commit is contained in:
2019-03-26 19:30:42 +01:00
parent e55f435001
commit ad0ec21c6d
2 changed files with 7 additions and 5 deletions

View File

@@ -170,7 +170,7 @@
if (jj > 0) libel += jj+' day(s) ';
if (hh > 0) libel += hh+' hour(s) ';
if (mm > 0) libel += mm+ ' min ';
if (ss > 0) libel += ss+' s';
libel += ss+' s';
$('#showElapsedTime').html(libel);
return true;
}