mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
and semi working
This commit is contained in:
parent
3fb2f02875
commit
f1b9c213ee
3 changed files with 47 additions and 3 deletions
|
@ -92,7 +92,7 @@ function getPadHTML(pad, revNum, callback)
|
|||
|
||||
exports.getPadHTML = getPadHTML;
|
||||
|
||||
function getHTMLFromAtext(pad, atext)
|
||||
exports.getHTMLFromAtext = function(pad, atext)
|
||||
{
|
||||
var apool = pad.apool();
|
||||
var textLines = atext.text.slice(0, -1).split('\n');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue