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