This commit is contained in:
yflory
2017-05-10 14:56:50 +02:00
parent 3c4b6a89d2
commit 1e4fc5a979
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ define([
console.log("encrypted blob is now available as %s", uri);
var b64Key = Nacl.util.encodeBase64(key);
window.location.hash = Cryptpad.getFileHashFromKeys(id, ib64key);
window.location.hash = Cryptpad.getFileHashFromKeys(id, b64key);
$form.hide();