forked from Chaospott/site
		
	wops, missed a line.
This commit is contained in:
		@@ -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);
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user