forked from GithubBackups/healthchecks
defer inserting the password field
This commit is contained in:
parent
808c6e6a01
commit
4558628ebf
@ -1,7 +1,9 @@
|
||||
$(function () {
|
||||
var passwordInput = $("#password-block input");
|
||||
passwordInput.detach();
|
||||
$("#password-toggle").click(function() {
|
||||
$("#password-toggle").hide();
|
||||
$("#password-block").removeClass("hide");
|
||||
$("#password-block .input-group").append(passwordInput);
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user