mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-17 16:07:47 +02: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