diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-23 10:59:00 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-23 10:59:00 -0400 |
commit | b31070faf5ab73955585e4962d809be11098d767 (patch) | |
tree | a45e81d6e8ac049529c3aa20cf32f117500a0b4f /public/js | |
parent | 6bc7ae971a32b1ca6ce5332224de4023e1e6704c (diff) | |
parent | dd12d0cf8227d7a0706f62485b8b2f8783cfe09d (diff) |
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/js/app.js b/public/js/app.js index d5185580..4bf4b29e 100644 --- a/public/js/app.js +++ b/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+)$/); |