July 27, 2026 12:30 PM event_repeat

🃏 Hand & Foot

Every Monday at 12:30 PM

Age Group
All
document.addEventListener('DOMContentLoaded', function () { const ffForms = document.querySelectorAll('.ff-conversational-container'); ffForms.forEach(function (form) { form.addEventListener('touchmove', function (e) { e.stopImmediatePropagation(); }, { passive: true }); }); });