diff --git a/CoAuthoring/sources/DocsCoServer.js b/CoAuthoring/sources/DocsCoServer.js index 34b1bd2f..783c2c23 100644 --- a/CoAuthoring/sources/DocsCoServer.js +++ b/CoAuthoring/sources/DocsCoServer.js @@ -346,7 +346,7 @@ exports.install = function (server, callbackFunction) { logger.warn('problem with request on server: ' + e.message); }); - var sendData = JSON.stringify({'id': docId, 'c': 'cc', 'remove': address.address + ':' + address.port + '/removechanges.html?id=' + docId}); + var sendData = JSON.stringify({'id': docId, 'c': 'sfc', 'url': "http://" + address.address + ':' + address.port + '/removechanges.html?id=' + docId}); // write data to request body req.write(sendData);