Fix up a few things so registration works

This commit is contained in:
Matt Corallo 2014-03-23 13:19:53 -04:00
parent 832daf54db
commit 000a5e1440
4 changed files with 7 additions and 3 deletions

View file

@ -855,7 +855,7 @@ var crypto_tests = {};
if (identityKey === undefined)
crypto_storage.getNewPubKeySTORINGPrivKey("identityKey", function(pubKey) { identityKeyCalculated(pubKey); });
else
identityKeyCalculated(pubKey);
identityKeyCalculated(identityKey);
}
}( window.crypto = window.crypto || {}, jQuery ));