catch comment format button also after ajax update

2022.09-rc
Fabrixxm 2015-07-30 15:27:36 +02:00
rodzic b7aa259c67
commit b6199bb520
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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