Add asterisk in front of nick in action lines
This commit is contained in:
parent
d0284dc1b9
commit
6f8e26bdbf
@ -22,6 +22,10 @@ function copyMessages() {
|
|||||||
el.text(`<${el.text()}>`);
|
el.text(`<${el.text()}>`);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$(documentFragment)
|
||||||
|
.find(".content > .user")
|
||||||
|
.prepend("* ");
|
||||||
|
|
||||||
div.id = "js-copy-hack";
|
div.id = "js-copy-hack";
|
||||||
div.appendChild(documentFragment);
|
div.appendChild(documentFragment);
|
||||||
chat.appendChild(div);
|
chat.appendChild(div);
|
||||||
|
Loading…
Reference in New Issue
Block a user