Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
padding:0;
text-decoration:none;
overflow: hidden;
position: fixed;
}
</style>

Expand Down
3 changes: 0 additions & 3 deletions lib/g.js
Original file line number Diff line number Diff line change
Expand Up @@ -2194,9 +2194,6 @@ if (! isPhone() && window.imuData)
/*
ttTick(); // HANDLE THE TACTONIC SENSOR, IF ANY.
*/
// TURN OFF ALL DOCUMENT SCROLLING.

document.body.scrollTop = 0;

// DON'T DO ANYTHING UNTIL THE ANIMATE FUNCTION IS DEFINED.

Expand Down