This commit is contained in:
slene 2014-03-23 22:47:46 +08:00
parent 8b43bd1c37
commit dd12d0cf82
1 changed files with 0 additions and 1 deletions

View File

@ -198,7 +198,6 @@ var Gogits = {
var $first = $list.filter('.'+m[1]);
selectRange($list, $first, $list.filter('.'+m[2]));
$("html, body").scrollTop($first.offset().top-200);
console.log($first.offset().top);
return;
}
m = window.location.hash.match(/^#(L\d+)$/);