Fixed typo
This commit is contained in:
parent
1b6c5e20c0
commit
bf9062bfc8
2 changed files with 13 additions and 13 deletions
|
@ -28,7 +28,7 @@ class cmessage{
|
|||
const username=document.createElement("span");
|
||||
replyline.appendChild(username);
|
||||
const reply=document.createElement("div");
|
||||
username.classList.add("replyusername")
|
||||
username.classList.add("username")
|
||||
reply.classList.add("replytext");
|
||||
replyline.appendChild(reply);
|
||||
const line2=document.createElement("hr");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue