From aa37997aa32295420290d70b3b1b552ace5040b2 Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Tue, 24 Oct 2017 18:02:03 +0300 Subject: [PATCH] Enable JSON-OT again because it is working now that the arguments are passed in the right order --- www/common/sframe-app-framework.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/common/sframe-app-framework.js b/www/common/sframe-app-framework.js index 2bb6090aa..ea7c81175 100644 --- a/www/common/sframe-app-framework.js +++ b/www/common/sframe-app-framework.js @@ -364,8 +364,7 @@ define([ // really basic operational transform transformFunction: options.transformFunction || JsonOT.validate, - // This one causes a big mess. - //patchTransformer: options.patchTransformer || JsonOT.patchTransformer, + patchTransformer: options.patchTransformer || JsonOT.patchTransformer, // cryptpad debug logging (default is 1) // logLevel: 0,