corrected typo
This commit is contained in:
@ -81,7 +81,7 @@
|
|||||||
function outputGeneratedPassword() {
|
function outputGeneratedPassword() {
|
||||||
var password = passwordGenerator.generatePassword(getOptions());
|
var password = passwordGenerator.generatePassword(getOptions());
|
||||||
if (password === '') {
|
if (password === '') {
|
||||||
alert("Whops. You unselected all the options. I don't know what characters you want. Click on the button entitled \"Advanced Options\" and enable some options and thent try again. Nice one");
|
alert("Whops. You unselected all the options. I don't know what characters you want. Click on the button entitled \"Advanced Options\" and enable some options then try again. Nice one");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$("#password-input").val(password);
|
$("#password-input").val(password);
|
||||||
|
Reference in New Issue
Block a user