We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b955f9 commit c43ad78Copy full SHA for c43ad78
1 file changed
html/chat-room/html/chat-room-simple/chat-room-simple.html
@@ -144,17 +144,16 @@
144
145
146
var info = $(shadow,'#info');
147
- debugger;
148
- var {value,error} = ls.read.username;
+
+ var {value,error} = ls.read.username;
149
if(error){
150
- value = def.username;
+ value = def.username;
151
}
152
- //var str = ls.read.username||def.username;
153
$(info,'#username').value = value;
154
155
var {value,error} = ls.read.password;
156
157
- value = def.password;
+ value = def.password;
158
159
$(info,'#password').value = value;
160
$(info,'#show').onclick = btn.password;
0 commit comments