forked from Chaospott/site
added days closed
This commit is contained in:
parent
0c01ba9160
commit
bff03a2c52
@ -136,7 +136,7 @@ layout: default
|
|||||||
|
|
||||||
$( "#days_open_current td:last" ).html(dayCountCurrentText);
|
$( "#days_open_current td:last" ).html(dayCountCurrentText);
|
||||||
$( "#days_open_high td:last" ).html(dayCountHighText);
|
$( "#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" ).html(percentOpen + '% open');
|
||||||
$( "#space_open_percent" ).width(percentOpen + '%');
|
$( "#space_open_percent" ).width(percentOpen + '%');
|
||||||
|
Loading…
Reference in New Issue
Block a user