WebView now scrolls to the top on update

Just added a call to the scroll-function in commit.js.
This commit is contained in:
Jean-Paul van Oosten
2008-06-18 22:43:07 +02:00
committed by Pieter de Bie
parent 727703c2f1
commit edc3ceadac
+2
View File
@@ -68,4 +68,6 @@ var doeHet = function() {
} else {
$("details").innerHTML = "<a class='showdiff' href='' onclick='showDiffs(); return false;'>This is a large commit. Click here to show the diff.</a>";
}
scroll(0, 0);
}