mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
include lineContent in hok
This commit is contained in:
parent
036dea3d0f
commit
6fd0285d4d
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,6 @@ function getPadHTML(pad, revNum, callback)
|
||||||
var html;
|
var html;
|
||||||
async.waterfall([
|
async.waterfall([
|
||||||
// fetch revision atext
|
// fetch revision atext
|
||||||
|
|
||||||
|
|
||||||
function (callback)
|
function (callback)
|
||||||
{
|
{
|
||||||
if (revNum != undefined)
|
if (revNum != undefined)
|
||||||
|
@ -416,6 +414,7 @@ function getHTMLFromAtext(pad, atext, authorColors)
|
||||||
var lineContentFromHook = hooks.callAllStr("getLineHTMLForExport",
|
var lineContentFromHook = hooks.callAllStr("getLineHTMLForExport",
|
||||||
{
|
{
|
||||||
line: line,
|
line: line,
|
||||||
|
lineContent: lineContent,
|
||||||
apool: apool,
|
apool: apool,
|
||||||
attribLine: attribLines[i],
|
attribLine: attribLines[i],
|
||||||
text: textLines[i]
|
text: textLines[i]
|
||||||
|
|
Loading…
Reference in a new issue