|  | @@ -100,9 +100,11 @@ function onload(){ //Bind events
 | 
	
		
			
				|  |  |  	})
 | 
	
		
			
				|  |  |  	document.querySelector('#waveformGraphClear').addEventListener("click", function(event){
 | 
	
		
			
				|  |  |  		eel.clean_old_files("data/waveforms/", 0)
 | 
	
		
			
				|  |  | +		loadGraphList()
 | 
	
		
			
				|  |  |  	})
 | 
	
		
			
				|  |  |  	document.querySelector('#longGraphClear').addEventListener("click", function(event){
 | 
	
		
			
				|  |  |  		eel.clean_long_term()
 | 
	
		
			
				|  |  | +		loadLongGraph()
 | 
	
		
			
				|  |  |  	})
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	// Information for simple usage
 |