Tag: noam chomsky

Enough is Enough

Today, I am happy to announce the work of two Center for Advancement of the Steady State Economy (CASSE) staff members, Rob Dietz and Dan O’Neill. They have published a new book, titled Enough is

Read More »

Search Again

(function(){ function toggleMenuTrigger() { const offCanvas = document.getElementById('off-canvas-695590b'); const trigger = document.querySelector('.menu-trigger'); if (!offCanvas || !trigger) { console.log('offCanvas or trigger not found'); return; } const open = offCanvas.getAttribute('aria-hidden') === 'false'; if (open) { trigger.style.display = 'none'; } else { trigger.style.display = ''; // Accessibility: Move focus back to trigger when off-canvas closes setTimeout(() => { trigger.focus(); }, 10); } } document.addEventListener('DOMContentLoaded', function() { toggleMenuTrigger(); const offCanvas = document.getElementById('off-canvas-695590b'); if (offCanvas) { const observer = new MutationObserver(toggleMenuTrigger); observer.observe(offCanvas, { attributes: true, attributeFilter: ['aria-hidden'] }); } }); })();