Our Slice of History talks continue on Friday 27th February at Bedern Hall with a fascinating look at York’s medieval mystery plays!
Join Dr. Jeremy Goldberg (University of York) as he approaches the mystery plays through the lens of cultural history rather than theatre studies, and shares how these famous street performances began, who took part, and why they matter to York’s history.
Tickets £10+, including coffee and cake
A brilliant afternoon for anyone who loves learning about York heritage!
/**
* TIME FIELD TWEAK — hide seconds + force "00"
*
* What it does:
* - Finds every `.form-item.time` block.
* - Sets the seconds input `.field-element[data-title="Second"]` to "00".
* - Hides the seconds UI `.field.second.two-digits` via `style.display = "none"`.
*
* When it runs:
* - On `DOMContentLoaded`.
* - On `mercury:load` (Squarespace’s AJAX/PJAX page-change event).
*
* Why:
* - We don’t need seconds; this keeps the UI cleaner and standardises submitted values.
*
* Notes:
* - Safe to remove if you later want users to pick seconds.
* - If Squarespace changes markup, update the selectors above.
* - Logs a credit message to the console (“Soundfocus Digital”).
*
* Last updated: 25 Aug 2025
*/