mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
fixed #2656
This commit is contained in:
@@ -253,11 +253,8 @@ app.uid = null;
|
|||||||
|
|
||||||
app.replaceSelfLinks();
|
app.replaceSelfLinks();
|
||||||
|
|
||||||
setTimeout(function () {
|
// Scroll back to top of page
|
||||||
if (window.scrollY === 0) {
|
window.scrollTo(0, 0);
|
||||||
window.scrollTo(0, 1); // rehide address bar on mobile after page load completes.
|
|
||||||
}
|
|
||||||
}, 100);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
app.showLoginMessage = function () {
|
app.showLoginMessage = function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user