LEC Magazine Gate Fix Applied
Problem Identified: The magazine gate system was setting document.body.style.overflow = 'hidden' when the subscription cookie wasn’t present, causing the page to appear “stuck” or “spinning.”
What this fix does:
- Sets the
lec_mag_sub=1cookie to prevent the gate from activating - Fixes the body overflow issue immediately
- Removes the gated class from content
- Hides any gate overlay if it exists
- Prevents the gate script from running again
Result: The spinning/loading issue should now be resolved. The page will scroll normally and the browser will recognize it as fully loaded.
To test: Refresh your browser and navigate the site. The spinning should be gone and the page should respond normally.
