added days closed
This commit is contained in:
		@@ -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 + '%');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user