mirror of
https://github.com/falsycat/ar.falsy.cat.git
synced 2024-11-17 00:34:52 +00:00
1 line
203 B
JavaScript
1 line
203 B
JavaScript
|
const addCollapsibleCallouts=()=>{const e=document.querySelectorAll("blockquote.callout-collapsible");e.forEach(e=>e.addEventListener("click",e=>{e.currentTarget.classList.toggle("callout-collapsed")}))}
|