Add asterisk in front of nick in action lines

This commit is contained in:
Jay2k1 2018-05-30 14:55:11 +02:00 committed by Jay2k1
parent d0284dc1b9
commit 6f8e26bdbf
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ function copyMessages() {
el.text(`<${el.text()}>`);
});
$(documentFragment)
.find(".content > .user")
.prepend("* ");
div.id = "js-copy-hack";
div.appendChild(documentFragment);
chat.appendChild(div);