diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-12 02:06:46 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-12 02:06:46 -0400 |
commit | 0d7b9065c60604a1ac37af595878d86b0c0679ad (patch) | |
tree | 3c3390b8dcbb2b267ef828099f468af6c8b4850f /public | |
parent | 452ccff81ca736a07bec44a059a0562a08656bf4 (diff) | |
download | gitea-0d7b9065c60604a1ac37af595878d86b0c0679ad.tar.gz gitea-0d7b9065c60604a1ac37af595878d86b0c0679ad.zip |
Fix #540
Diffstat (limited to 'public')
-rw-r--r-- | public/ng/js/gogs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/ng/js/gogs.js b/public/ng/js/gogs.js index 538e6c679a..eba1744b93 100644 --- a/public/ng/js/gogs.js +++ b/public/ng/js/gogs.js @@ -718,7 +718,7 @@ function initDiff() { $('.diff-detail-box>a').click(function () { $($(this).data('target')).slideToggle(100); }) - + var $counter = $('.diff-counter'); if ($counter.length < 1) { return; |