include the padId

This commit is contained in:
John McLear 2016-04-09 20:01:49 +01:00
parent 21372c93a3
commit 6b6a028355
1 changed files with 2 additions and 1 deletions

View File

@ -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, " ", " ", "");