mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
Merge pull request #271 from zemiacsik/patch-1
fixed undefined variables in .js
This commit is contained in:
commit
030e1d7b78
@ -168,8 +168,8 @@
|
|||||||
comment.fadeOut(1000, function() {
|
comment.fadeOut(1000, function() {
|
||||||
comment.remove();
|
comment.remove();
|
||||||
|
|
||||||
if(commentsList.children().length === 0) {
|
if($('.comments-holder .comments-list').children().length === 0) {
|
||||||
noCommentsYet.show();
|
$('.no-comments-yet').show();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user