mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
commit
2f8aa26864
1 changed files with 1 additions and 3 deletions
|
@ -50,9 +50,7 @@ function setPadHTML(pad, html, callback)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get the new plain text and its attributes
|
// Get the new plain text and its attributes
|
||||||
var newText = map(result.lines, function (e) {
|
var newText = result.lines.join('\n');
|
||||||
return e + '\n';
|
|
||||||
}).join('');
|
|
||||||
apiLogger.debug('newText:');
|
apiLogger.debug('newText:');
|
||||||
apiLogger.debug(newText);
|
apiLogger.debug(newText);
|
||||||
var newAttribs = result.lineAttribs.join('|1+1') + '|1+1';
|
var newAttribs = result.lineAttribs.join('|1+1') + '|1+1';
|
||||||
|
|
Loading…
Reference in a new issue