mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-10-31 09:03:06 +00:00 
			
		
		
		
	Global code cleanup
This commit is contained in:
		| @@ -50,7 +50,7 @@ | ||||
|     window.addEventListener("DOMContentLoaded", () => { | ||||
|       loadChart({ | ||||
|         canvas: document.getElementById("activityGraph"), | ||||
|         startDate: new Date().setDate(new Date().getDate() - 7), | ||||
|         startDate: new Date(new Date().setDate(new Date().getDate() - 7)), | ||||
|         counterId: {{ counter.id }}, | ||||
|       }); | ||||
|     }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user