mirror of https://github.com/xwiki-labs/cryptpad
lint
This commit is contained in:
parent
3c4b6a89d2
commit
1e4fc5a979
|
@ -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();
|
||||
|
||||
|
|
|
@ -303,7 +303,7 @@ define([
|
|||
editor.save();
|
||||
},
|
||||
$toolbar: $bar
|
||||
}
|
||||
};
|
||||
var $hist = Cryptpad.createButton('history', true, {histConfig: histConfig});
|
||||
$rightside.append($hist);
|
||||
|
||||
|
|
Loading…
Reference in New Issue