diff options
-rw-r--r-- | baitv.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ function show_chat(msg, color, own) { obj.textContent = msg;
obj.dataset.line = line;
obj.addEventListener("transitionend", removeThis);
+ obj.classList.add("c"+color);
chat.appendChild(obj);
if(own)
|