0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-25 22:08:25 +02:00

Merge branch 'master' of github.com:gogits/gogs

This commit is contained in:
Unknown 2014-03-23 10:59:00 -04:00
commit b31070faf5

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+)$/);