This code has stopped working.
`<div class="mri-grid-item event " onclick="window.location.href='{Field url}'">`
The FIELD URL is not replaced any more.
If I use
<div class="mri-grid-item event " data-href="{Field url}">
and an “external” click function all works fine.