Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Never fire the callback in sirius.ready twice
Sometimes the DOMContentLoaded event is fired after document.readyState already changed to 'interactive'. In this case, the callback is actually called twice with our approach. This commit ensures that the callback is only called once. Fixes: SE-14083
- Loading branch information