Render mathjax when loading more comments
This commit is contained in:
parent
66bf42cb61
commit
7d517e1a7d
3 changed files with 5 additions and 2 deletions
|
@ -186,6 +186,7 @@
|
|||
var $comment = $("#comment-" + id + "-children");
|
||||
$comment.append(data);
|
||||
}
|
||||
MathJax.typeset($('#comments')[0]);
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue