- Issue created by @jmickela
Processing of popups is done without being wrapped in a once() call and happens multiple times per page load. This causes the cookie that tracks visits to increment multiple times per page load.
Wrapping business logic in once() call.
Active
3.0
Code