Skip to content

Commit 7ce2449

Browse files
save file
1 parent 82f2fd2 commit 7ce2449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/chat-room/html/chat-room-simple/chat-room-simple.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
var username = $(shadow,'#username').value;
190190
var password = $(shadow,'#password').value;
191191

192-
post.msg({username,password,txt});
192+
msg.send({username,password,txt});
193193

194194
}//send
195195

@@ -213,7 +213,7 @@
213213
//:
214214

215215

216-
send.msg = async function({username,password,txt}){
216+
msg.send = async function({username,password,txt}){
217217
//console.log('post.msg');
218218
var ts = display.last;
219219
var result = await post('simple/msg',{room_id,username,password,txt,ts});

0 commit comments

Comments
 (0)