mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 20:39:23 +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