Skip to content

Commit cc1d4b0

Browse files
save file
1 parent 0a54a9f commit cc1d4b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

html/chat-room/chat-room.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171

172172
var first;
173173
for(let key in input){
174-
console.log(key);
174+
175175
let nn = 'chat-room-'+key;
176176
let ntab = tab.cloneNode(true);
177177
ntab.textContent = key;

0 commit comments

Comments
 (0)