added days closed

This commit is contained in:
Timm 2015-04-17 20:45:39 +02:00
parent 0c01ba9160
commit bff03a2c52
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ layout: default
$( "#days_open_current td:last" ).html(dayCountCurrentText);
$( "#days_open_high td:last" ).html(dayCountHighText);
$( "#days_closed td:last" ).html(dayCountClosed + " since " + statisticSince.format(dateFormat));
$( "#days_closed td:last" ).html(dayCountClosed + " days since " + statisticSince.format(dateFormat));
$( "#space_open_percent" ).html(percentOpen + '% open');
$( "#space_open_percent" ).width(percentOpen + '%');