This commit is contained in:
Baris Usakli
2013-09-19 15:02:35 -04:00
parent 27cb837b08
commit efef9c864c
13 changed files with 35 additions and 28 deletions

View File

@@ -284,6 +284,8 @@ var socket,
});
}
$('span.timeago').timeago();
setTimeout(function() {
window.scrollTo(0, 1); // rehide address bar on mobile after page load completes.
}, 100);
@@ -346,6 +348,7 @@ var socket,
app.populate_online_users();
app.addCommasToNumbers();
$('span.timeago').timeago();
}
app.infiniteLoaderActive = false;