소스 검색

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

Unknown 11 년 전
부모
커밋
b31070faf5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      public/js/app.js

+ 0 - 1
public/js/app.js

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