Better move function

This commit is contained in:
yflory
2020-03-02 15:03:32 +01:00
parent 1b2bb5b693
commit a901905ae5
3 changed files with 87 additions and 40 deletions

View File

@@ -536,7 +536,7 @@ define([
patchTransformer: options.patchTransformer || ChainPad.SmartJSONTransformer,
// cryptpad debug logging (default is 1)
logLevel: 1,
logLevel: 2,
validateContent: options.validateContent || function (content) {
try {
JSON.parse(content);