From: slene Date: Sun, 23 Mar 2014 14:47:46 +0000 (+0800) Subject: remove X-Git-Tag: v0.9.99~2365^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dd12d0cf8227d7a0706f62485b8b2f8783cfe09d;p=gitea.git remove --- diff --git a/public/js/app.js b/public/js/app.js index d5185580f6..4bf4b29e5f 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+)$/);