From bff03a2c5298d35ec74ed8bdfb46d73a95f2b5b1 Mon Sep 17 00:00:00 2001 From: Timm Date: Fri, 17 Apr 2015 20:45:39 +0200 Subject: [PATCH] added days closed --- status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status.html b/status.html index d16325d..bf2373e 100644 --- a/status.html +++ b/status.html @@ -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 + '%');