Add missing semicolon
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user