Skip to content

Commit 69e7078

Browse files
save file
1 parent aebe83d commit 69e7078

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

html/chat-room/html/chat-room-hdr/chat-room-hdr.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,19 @@
2121

2222
var df=true,did='chat-room-hdr';
2323

24+
var debug
25+
;
2426

2527
obj.initmod = function(params){
28+
29+
debug = mod.rd(params,'debug',debug);
30+
2631
}//initmod
2732

2833

2934
obj.init = async function(){
35+
debug=eval(debug.mod);
36+
debug('init');
3037
}//init
3138

3239

0 commit comments

Comments
 (0)