forked from Chaospott/site
wops, missed a line.
This commit is contained in:
parent
1177e9d0d9
commit
51eabd7642
@ -130,9 +130,6 @@ layout: default
|
|||||||
else
|
else
|
||||||
dayCountHighText = dayCountHigh + " day (" + dayCountHighStart.format(dateFormat) + ")";
|
dayCountHighText = dayCountHigh + " day (" + dayCountHighStart.format(dateFormat) + ")";
|
||||||
|
|
||||||
|
|
||||||
var dayCountHighText = dayCountHigh + ' days (' + dayCountHighStart.format(dateFormat) + " - " + dayCountHighEnd.format(dateFormat) + ")";
|
|
||||||
|
|
||||||
$( "#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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user