We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178f407 commit 8ba2144Copy full SHA for 8ba2144
1 file changed
html/chat-room/html/chat-room-simple/chat-room-simple.html
@@ -186,8 +186,10 @@
186
var node = $(shadow,'#password');
187
if(node.getAttribute('type')=='password'){
188
set.password(false);
189
+ ls.write['chat-simple-password-show'] = false;
190
}else{
191
set.password(true);
192
+ ls.write['chat-simple-password-show'] = true;
193
}
194
195
}//password
@@ -201,7 +203,6 @@
201
203
202
204
node.removeAttribute('type');
205
- ls.write['chat-simple-password-show'] = !!v;
206
207
208
0 commit comments