Browse Source

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

for-closed-social
Unknown 10 years ago
parent
commit
b31070faf5
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      public/js/app.js

+ 0
- 1
public/js/app.js 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+)$/);

Loading…
Cancel
Save