]> source.dussan.org Git - gitea.git/commitdiff
remove
authorslene <vslene@gmail.com>
Sun, 23 Mar 2014 14:47:46 +0000 (22:47 +0800)
committerslene <vslene@gmail.com>
Sun, 23 Mar 2014 14:47:46 +0000 (22:47 +0800)
public/js/app.js

index d5185580f6b10dbf8ce300b48b09bda9d899200b..4bf4b29e5fd37168234290fdfa5c68442223b9b9 100644 (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+)$/);