Skip to content

Commit 8ba2144

Browse files
save file
1 parent 178f407 commit 8ba2144

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

html/chat-room/html/chat-room-simple/chat-room-simple.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,10 @@
186186
var node = $(shadow,'#password');
187187
if(node.getAttribute('type')=='password'){
188188
set.password(false);
189+
ls.write['chat-simple-password-show'] = false;
189190
}else{
190191
set.password(true);
192+
ls.write['chat-simple-password-show'] = true;
191193
}
192194

193195
}//password
@@ -201,7 +203,6 @@
201203
}else{
202204
node.removeAttribute('type');
203205
}
204-
ls.write['chat-simple-password-show'] = !!v;
205206

206207
}//password
207208

0 commit comments

Comments
 (0)