mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
WebView now scrolls to the top on update
Just added a call to the scroll-function in commit.js.
This commit is contained in:
committed by
Pieter de Bie
parent
727703c2f1
commit
edc3ceadac
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user