added timeout to address bar hiding (as per the official way of accomplishing this task )

v1.18.x
psychobunny 12 years ago
parent 950fdefd7b
commit 2638c03752

@ -199,7 +199,9 @@ var socket,
populate_online_users();
setTimeout(function() {
window.scrollTo(0, 1); // rehide address bar on mobile after page load completes.
}, 100);
}
socket.on('api:user.get_online_users', function(users) {

Loading…
Cancel
Save