Skip to content

Commit 2da6438

Browse files
save file
1 parent dc2a681 commit 2da6438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/chat-room/chat-room.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
var first;
173173
for(let key in input){
174174

175-
ley nn = 'chat-room-'+key;
175+
let nn = 'chat-room-'+key;
176176
let ntab = tab.cloneNode(true);
177177
ntab.textContent = key;
178178
ntab.onclick = e=>console.log('click',key);

0 commit comments

Comments
 (0)