Fix #540
This commit is contained in:
parent
452ccff81c
commit
0d7b9065c6
2 changed files with 3 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue