Merge pull request #2488 from Jay2k1/addAsteriskOnCopy
Add asterisk in front of nick in action lines
This commit is contained in:
commit
f1ad8fa8f2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user