Add missing semicolon
This commit is contained in:
parent
dc905e859f
commit
cf3b528281
|
@ -106,7 +106,7 @@
|
|||
var html;
|
||||
|
||||
var form = document.createElement('form');
|
||||
form.innerHTML = '<label></label>'
|
||||
form.innerHTML = '<label></label>';
|
||||
form.innerHTML += '<input type=password size=10 id="password_input">';
|
||||
form.onsubmit = setPassword;
|
||||
|
||||
|
|
Loading…
Reference in New Issue