include the padId
parent
21372c93a3
commit
6b6a028355
|
@ -446,7 +446,8 @@ function getHTMLFromAtext(pad, atext, authorColors)
|
|||
lineContent: lineContent,
|
||||
apool: apool,
|
||||
attribLine: attribLines[i],
|
||||
text: textLines[i]
|
||||
text: textLines[i],
|
||||
padId: pad.id
|
||||
}
|
||||
|
||||
var lineContentFromHook = hooks.callAllStr("getLineHTMLForExport", context, " ", " ", "");
|
||||
|
|
Loading…
Reference in New Issue