06/04/2026
Join Us at The Kitchen On Penn, our new home!
', printScript + ''); const blob = new Blob([contentHtml], { type: 'text/html' }); const blobUrl = URL.createObjectURL(blob); const printWindow = window.open(blobUrl, '_blank', 'noopener,noreferrer'); if (printWindow) { setTimeout(() => { URL.revokeObjectURL(blobUrl); }, 1000); } else { URL.revokeOb...