add persistence
· 1 year ago
6e2df89fc0e729b7a159b5e56140d54647c90a6e
Parent:
fecf0fff0
1 file changed +2 −2
- brazilian-jiu-jitsu.html +2 −2
Diff
--- a/brazilian-jiu-jitsu.html +++ b/brazilian-jiu-jitsu.html @@ -1498,7 +1498,7 @@ }); // Optional: Add simple persistence using localStorage (uncomment to enable) - /* + document.addEventListener('DOMContentLoaded', () => { const checkboxes = document.querySelectorAll('.mastery-checkbox'); checkboxes.forEach(checkbox => { @@ -1514,7 +1514,7 @@ }); }); }); - */ + </script>