Better move function
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user