Use span instead of div

This commit is contained in:
Jan Bader 2016-12-20 14:49:40 +01:00
parent 3406ce58cf
commit 88eb29f855

View File

@ -32,7 +32,7 @@
}
return match;
},
success: function() {
success: function() {
window.location.href = "/api/v1/restricted";
},
error: function() {
@ -58,10 +58,8 @@
<input type="password" name="password" id="password" /><br />
<label for="password">Verify Password</label>
<input type="password" id="password_confirm" /><br />
<div id="divCheckPasswordMatch">
</div>
<input type="password" id="password_confirm" />
<span id="divCheckPasswordMatch"></span><br />
<div id="invalidCredentials">
Username already exists