Skip to content

Commit 2a9d191

Browse files
save file
1 parent cdd7434 commit 2a9d191

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
@@ -176,7 +176,7 @@
176176
let ntab = tab.cloneNode(true);
177177
ntab.id = key;
178178
ntab.textContent = key;
179-
ntab.onclick = e=>show(nn);
179+
ntab.onclick = e=>show(key,nn);
180180
tabs.append(ntab);
181181

182182
let node = $(host,nn);

0 commit comments

Comments
 (0)