catch comment format button also after ajax update

This commit is contained in:
Fabrixxm 2015-07-30 15:27:36 +02:00
parent b7aa259c67
commit b6199bb520
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
* data-bbcode="<string>" : name of the bbcode element to insert. insertFormatting() will insert it as "[name][/name]"
* data-id="<string>" : id of the comment, used to find other comment-related element, like the textarea
* */
$('[data-role="insert-formatting"]').on('click', function(e) {
$('body').on('click','[data-role="insert-formatting"]', function(e) {
e.preventDefault();
var o = $(this);
var comment = o.data('comment');