asdasd
This commit is contained in:
@@ -532,6 +532,14 @@
|
||||
jsonPreview: jsonProjectDataRaw.slice(0, 200),
|
||||
});
|
||||
}
|
||||
if (B && B.DEBUG_RTE) {
|
||||
console.group('[RTE DEBUG] save-data');
|
||||
console.log('htmlLength', htmlContent.length);
|
||||
console.log('jsonLength', jsonProjectDataRaw.length);
|
||||
console.log('html', htmlContent);
|
||||
console.log('json', jsonProjectDataRaw);
|
||||
console.groupEnd();
|
||||
}
|
||||
|
||||
if (B.CURRENT_ENTITY_NAME) {
|
||||
dataToSend.name = B.CURRENT_ENTITY_NAME;
|
||||
|
||||
Reference in New Issue
Block a user