Skip to content

Commit bd16dc8

Browse files
save file
1 parent 848af17 commit bd16dc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
}//display
302302

303303

304-
disp.delete = function({del_id,ts}){
304+
disp.delete = function({del_id}){
305305
console.log('delete',del_id);
306306
var item = msgs.find(data=>data.msg_id===del_id);
307307
if(!item)return;

0 commit comments

Comments
 (0)