wops, missed a line.

此提交包含在:
Timm
2015-04-17 20:29:23 +02:00
父節點 1177e9d0d9
當前提交 51eabd7642

查看文件

@@ -130,9 +130,6 @@ layout: default
else
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_high td:last" ).html(dayCountHighText);