Skip to content

Commit 230e4b9

Browse files
save file
1 parent 068fd71 commit 230e4b9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,15 @@
5757

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

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

6363
obj.initmod = function(params){
6464

6565
debug = mod.rd(params,'debug',debug);
6666
$ = mod.rd(params,'$',$);
6767
poll = mod.rd(params,'poll',poll);
68+
input = mod.rd(params,'input',input);
6869

6970
}//initmod
7071

@@ -213,7 +214,7 @@
213214

214215
async function del(){
215216

216-
var password = $(shadow,'#password').value;
217+
var password = input.password;
217218
var result = await post.del({password,id})
218219
if(!result)return;
219220

0 commit comments

Comments
 (0)