Album No. 2

← Previous: Favorite Abstracts of Reflections No 1  https://nilitochner.com/my-most-favorite-abstracts-of-reflections-and-water-effects-no-1/

Next: Reflections and Water Effects No 3 → https://nilitochner.com/reflections-and-water-effects-no-3

Share Button

document.querySelectorAll('.accordion').forEach(group => { group.querySelectorAll('details').forEach(d => { d.addEventListener('toggle', function(){ if (this.open) { group.querySelectorAll('details').forEach(o => { if (o !== this) o.removeAttribute('open'); }); } }); }); });