You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: rename setInterval to setPricingInterval to stop shadowing window.setInterval
Custom setInterval(interval) in the pricing toggle script shadowed the
native window.setInterval. When Google Tag Manager loaded and called
setInterval(callback, ms), the custom function received a callback as
the interval arg, which matched neither 'monthly' nor 'yearly', hiding
all price elements on every language.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments