aboutsummaryrefslogtreecommitdiff
path: root/public/ng
diff options
context:
space:
mode:
Diffstat (limited to 'public/ng')
-rw-r--r--public/ng/js/gogs.js2
1 files changed, 1 insertions, 1 deletions
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;