|  | @ -72,7 +72,7 @@ | 
			
		
	
		
		
			
				
					|  |  |         list.empty(); |  |  |         list.empty(); | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |         points.forEach(function (point) { |  |  |         points.forEach(function (point) { | 
			
		
	
		
		
			
				
					
					|  |  |             var time = moment(point[2], "YYYYMMDD_HHmmss"); |  |  |             var time = moment(point[3], "YYYYMMDD_HHmmss"); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |             var label = "<li time='{0}'>{1}</li>".format(point[2], time.format("YYYY-MM-DD HH:mm")); |  |  |             var label = "<li time='{0}'>{1}</li>".format(point[2], time.format("YYYY-MM-DD HH:mm")); | 
			
		
	
		
		
			
				
					|  |  |             list.append(label); |  |  |             list.append(label); | 
			
		
	
		
		
			
				
					|  |  |         }); |  |  |         }); | 
			
		
	
	
		
		
			
				
					|  | 
 |