Skip to content

Commit ea4d3e2

Browse files
save file
1 parent c9d5ad1 commit ea4d3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/chat-room/html/chat-room-display/chat-room-display.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
}//display
179179

180180

181-
display.message = function({msg_id,user,txt,ts}){
181+
display.message = function({msg_id,username,txt,ts}){
182182

183183
var config = {day:'2-digit',month:'short',year:'numeric',hour:'2-digit',minute:'2-digit',second:'2-digit',hour12:false};
184184
var format = new Intl.DateTimeFormat(undefined,config);

0 commit comments

Comments
 (0)