fix: Removes unused Legend script

Eliminates the inclusion of the Legend.min.js script as it is no longer needed in the mood section. This simplifies the codebase by removing dead code, ensuring that only essential scripts are loaded and potentially improving load performance.
This commit is contained in:
Kumi 2024-11-28 15:12:53 +01:00
parent 9ad7fe7595
commit 68009c0865
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -36,7 +36,6 @@ mood_section.add_script(static("mood/dist/js/d3.v7.min.js"))
mood_section.add_script(static("mood/dist/js/cal-heatmap.min.js"))
mood_section.add_script(static("mood/dist/js/popper.min.mjs"))
mood_section.add_script(static("mood/dist/js/Tooltip.min.js"))
mood_section.add_script(static("mood/dist/js/Legend.min.js"))
mood_section.add_script(static("mood/dashboard.js"))