diff options
author | bai | 2020-03-05 23:28:42 -0300 |
---|---|---|
committer | bai | 2020-03-05 23:28:42 -0300 |
commit | 492feb32f20a7d61bfaf97a3b228805f47ef329a (patch) | |
tree | c37e9c70bf81e7fa1ef306addd8e274c7b68a6f1 | |
parent | c39c909f7cf3962622825e8b8b79ea3dcad6820d (diff) | |
download | baitv-frontend-492feb32f20a7d61bfaf97a3b228805f47ef329a.tar.gz baitv-frontend-492feb32f20a7d61bfaf97a3b228805f47ef329a.tar.xz baitv-frontend-492feb32f20a7d61bfaf97a3b228805f47ef329a.zip |
Arreglados colores
-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)
|