Ohhh, yes. I had forgotten I had changed the way it was commented, so //
AEMM Gesture API is correct.I believe I've discovered the problem. The
code I wrote targets the .breakpoint class, but that doesn't exist
without adding at least one additional breakpoint. If the Muse project
is purely fluid, without additional breakpoints, that class doesn't
exist for the code to find, and therefore it does nothing.In my original
version, I targeted the body tag, but a Muse update broke that for us,
so I c...