From 6b6a0283554ea4b1ba0475412a55e8707148d8e8 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 9 Apr 2016 20:01:49 +0100 Subject: [PATCH] include the padId --- src/node/utils/ExportHtml.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/node/utils/ExportHtml.js b/src/node/utils/ExportHtml.js index 058127b3..836165b1 100644 --- a/src/node/utils/ExportHtml.js +++ b/src/node/utils/ExportHtml.js @@ -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, " ", " ", "");