Skip to content

Commit b896827

Browse files
save file
1 parent 69e7078 commit b896827

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

html/chat-room/html/chat-room-display/chat-room-display.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,13 @@
5757

5858
var df=true,did='chat-room-display';
5959

60-
var $
60+
var $,debug
6161
;
6262

6363
obj.initmod = function(params){
6464

65-
$ = mod.rd(params,'$',$);
65+
debug = mod.rd(params,'debug',debug);
66+
$ = mod.rd(params,'$',$);
6667

6768
}//initmod
6869

@@ -78,6 +79,8 @@
7879

7980

8081
obj.init = async function(){
82+
debug=eval(debug.mod);
83+
debug('init');
8184
}//init
8285

8386

0 commit comments

Comments
 (0)