found another

pull/44/head
El RIDO 8 years ago
parent 3e0ba161ca
commit df5150c7f2

@ -593,7 +593,7 @@ $(function() {
{
throw 'password prompt canceled';
}
if (password.length == 0)
if (password.length === 0)
{
return this.requestPassword();
}

Loading…
Cancel
Save