This commit is contained in:
Unknwon 2014-10-12 02:06:46 -04:00
parent 452ccff81c
commit 0d7b9065c6
2 changed files with 3 additions and 18 deletions

View file

@ -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;