Welcome to Etherbox!
This pad text is synchronized as you type, so that everyone viewing this page sees the same text. Add __NOPUBLISH__ to prevent this pad from being archived.document.addEventListener("DOMContentLoaded", function () {
var toc = document.getElementById("TOC");
toc.className='collapsed'
toc.addEventListener("touchstart", function () {
toc.className='expanded';
});
toc.addEventListener("mouseenter", function () {
toc.className='expanded'
});
toc.addEventListener("mouseleave", function () {
toc.className='collapsed'
});
toc.addEventListener("touchstart", function () {
toc.className='collapsed';
});
});