trying to get past intermediate screen

This commit is contained in:
Manuel Araoz 2014-08-13 17:27:33 -04:00
commit cae11776ac
3 changed files with 10 additions and 7 deletions

View file

@ -377,6 +377,7 @@ PublicKeyRing.prototype._checkInPKR = function(inPKR, ignoreId) {
PublicKeyRing.prototype._mergePubkeys = function(inPKR) {
alert('merge pubkeys');
var self = this;
var hasChanged = false;