mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
include the padId
This commit is contained in:
parent
21372c93a3
commit
6b6a028355
1 changed files with 2 additions and 1 deletions
|
@ -446,7 +446,8 @@ function getHTMLFromAtext(pad, atext, authorColors)
|
||||||
lineContent: lineContent,
|
lineContent: lineContent,
|
||||||
apool: apool,
|
apool: apool,
|
||||||
attribLine: attribLines[i],
|
attribLine: attribLines[i],
|
||||||
text: textLines[i]
|
text: textLines[i],
|
||||||
|
padId: pad.id
|
||||||
}
|
}
|
||||||
|
|
||||||
var lineContentFromHook = hooks.callAllStr("getLineHTMLForExport", context, " ", " ", "");
|
var lineContentFromHook = hooks.callAllStr("getLineHTMLForExport", context, " ", " ", "");
|
||||||
|
|
Loading…
Reference in a new issue