Files
TenerifeProp/data
TenerifeProp Dev 3b6524d000 fix: make charts global for cross-scope access
- Changed 'let charts = {}' to 'window.charts = {}'
- Replaced all 'charts.' references with 'window.charts.'
- This fixes charts not updating because the variable was scoped inside jQuery ready
- Now loadDashboardData can access charts after auth check
2026-04-06 14:39:55 +01:00
..