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:
parent
9ad7fe7595
commit
68009c0865
1 changed files with 0 additions and 1 deletions
|
@ -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"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue