Skip to content

Commit 16c7bef

Browse files
save file
1 parent 773c3c8 commit 16c7bef

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
@@ -49,6 +49,7 @@
4949

5050
var hdr;
5151
var display;
52+
var input;
5253

5354
var server = '';
5455
var room = 'main';
@@ -74,7 +75,6 @@
7475
debug('init');
7576
hdr = mod['chat-room-hdr'];
7677
display = mod['chat-room-display'];
77-
debugger;
7878

7979
hdr.df=display.df=df;
8080
display.initmod({poll});

0 commit comments

Comments
 (0)