From 0d7b9065c60604a1ac37af595878d86b0c0679ad Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 12 Oct 2014 02:06:46 -0400 Subject: Fix #540 --- public/ng/js/gogs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/ng/js') diff --git a/public/ng/js/gogs.js b/public/ng/js/gogs.js index 538e6c67..eba1744b 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; -- cgit v1.2.3