diff --git a/html/commit.js b/html/commit.js
index 18d5f00..fe02d3b 100644
--- a/html/commit.js
+++ b/html/commit.js
@@ -68,4 +68,6 @@ var doeHet = function() {
} else {
$("details").innerHTML = "This is a large commit. Click here to show the diff.";
}
+
+ scroll(0, 0);
}