Use span instead of div
This commit is contained in:
parent
3406ce58cf
commit
88eb29f855
@ -32,7 +32,7 @@
|
|||||||
}
|
}
|
||||||
return match;
|
return match;
|
||||||
},
|
},
|
||||||
success: function() {
|
success: function() {
|
||||||
window.location.href = "/api/v1/restricted";
|
window.location.href = "/api/v1/restricted";
|
||||||
},
|
},
|
||||||
error: function() {
|
error: function() {
|
||||||
@ -58,10 +58,8 @@
|
|||||||
<input type="password" name="password" id="password" /><br />
|
<input type="password" name="password" id="password" /><br />
|
||||||
|
|
||||||
<label for="password">Verify Password</label>
|
<label for="password">Verify Password</label>
|
||||||
<input type="password" id="password_confirm" /><br />
|
<input type="password" id="password_confirm" />
|
||||||
|
<span id="divCheckPasswordMatch"></span><br />
|
||||||
<div id="divCheckPasswordMatch">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="invalidCredentials">
|
<div id="invalidCredentials">
|
||||||
Username already exists
|
Username already exists
|
||||||
|
Loading…
x
Reference in New Issue
Block a user