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

@@ -397,7 +397,7 @@ define([
crypto: Crypto.createEncryptor(secret.keys),
// really basic operational transform
transformFunction : JsonOT.transform || JsonOT.validate,
transformFunction : JsonOT.validate,
// cryptpad debug logging (default is 1)
// logLevel: 0,