wops, missed a line.

This commit is contained in:
Timm 2015-04-17 20:29:23 +02:00
parent 1177e9d0d9
commit 51eabd7642
1 changed files with 0 additions and 3 deletions

View File

@ -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);