disable new OT in pad and code app

This commit is contained in:
ansuz
2017-02-09 17:20:13 +01:00
parent 4aacd291b1
commit a995df25f6
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ define([
readOnly: readOnly,
crypto: Crypto.createEncryptor(secret.keys),
setMyID: setMyID,
transformFunction: JsonOT.transform || JsonOT.validate,
transformFunction: JsonOT.validate,
};
var canonicalize = function (t) { return t.replace(/\r\n/g, '\n'); };