mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-02 22:00:34 +01:00
And used it in app.js, so window.scrollTo(0, 0); is not called on cold load (since you're already at the top). Useful in low- bandwidth modes since you might accidentally get kicked to the top of the page due to a slow connection and delayed .init(). Slightly related to testing in #6150