This commit is contained in:
yflory
2017-11-14 11:57:13 +01:00
parent 9184dd0ce6
commit bdd24ed14f
3 changed files with 2 additions and 6 deletions

View File

@@ -393,8 +393,8 @@ define([
var onReady = function () {
APP.$container.find('#'+CREATE_ID).remove();
var obj = APP.lm && APP.lm.proxy;
/*if (!APP.readOnly) {
/*var obj = APP.lm && APP.lm.proxy;
if (!APP.readOnly) {
var pubKeys = Cryptpad.getPublicKeys();
if (pubKeys && pubKeys.curve) {
obj.curveKey = pubKeys.curve;