diff options
author | slene <vslene@gmail.com> | 2014-03-20 21:24:15 +0800 |
---|---|---|
committer | slene <vslene@gmail.com> | 2014-03-20 21:24:15 +0800 |
commit | c8790eb7d367cec25f1201f923ca017268fe157d (patch) | |
tree | 64b8666acab421c296d4a2f67c1cd2e7c9cb340f /public/js | |
parent | 47234f1031b35dfc6b3a20223d5dd61db2decda1 (diff) | |
download | gitea-c8790eb7d367cec25f1201f923ca017268fe157d.tar.gz gitea-c8790eb7d367cec25f1201f923ca017268fe157d.zip |
overflow
Diffstat (limited to 'public/js')
-rw-r--r-- | public/js/app.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/public/js/app.js b/public/js/app.js index 93cfbc1faa..a39976006f 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -81,8 +81,6 @@ var Gogits = { var last; $(document).on('click', '.lines-num span', function(){ var $e = $(this); - console.log($e.parent().siblings('.lines-code').find('ol.linenums > ' + $e.attr('rel'))); - console.log('ol.linenums > ' + $e.attr('rel')); if(last){ last.removeClass('active'); } |