Commit f7301b18 by Lee Munkyeong

コード整理

parent dfb81284
......@@ -1265,7 +1265,6 @@ CHAT_UI.loadMessages = function(roomId, roomName) {
}
checkBeforeDate = messageTime.createdAtDay;
beforeDate = message.insertDate;
console.log(messageTime);
let html = Mustache.render(template, {
text: message.message,
from: message.loginId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment