found another

This commit is contained in:
El RIDO 2016-07-11 15:55:23 +02:00
parent 3e0ba161ca
commit df5150c7f2

View File

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