Deploy Ladill Link / deploy (push) Successful in 37s
Removing the header search left ladill-link with no search input on an ordinary page, and ladill-search-shortcut.js calls preventDefault before it goes looking for one. So "/" was swallowed and did nothing — a dead key, which also blocked Firefox's own quick-find. Verified by running the real module against a simulated DOM: header search present, no body url -> focuses the header input header search gone, no body url -> prevented, focus nothing, go nowhere header search gone, body url set -> navigates to the links list Events and QR Plus already carried data-ladill-search-url on the body, so "/" there now opens their search page and needed no change. Only this app was missing it. The destination matches what the mobile Search tab already uses.