1 parent 409e6bc commit dd07bc4Copy full SHA for dd07bc4
1 file changed
html/chat-room/chat-room.html
@@ -171,7 +171,8 @@
171
172
var first;
173
for(let key in input){
174
-
+ console.log(key);
175
+
176
let nn = 'chat-room-'+key;
177
let ntab = tab.cloneNode(true);
178
ntab.textContent = key;
0 commit comments