allow padId to be passed into the hook
This commit is contained in:
parent
2218cbd252
commit
7cf0e4a9ae
|
@ -426,7 +426,7 @@ exports.getPadHTMLDocument = function (padId, revNum, noDocType, callback)
|
|||
if(ERR(err, callback)) return;
|
||||
|
||||
// Include some Styles into the Head for Export
|
||||
var stylesForExport = hooks.callAllStr("stylesForExport") || ''
|
||||
var stylesForExport = hooks.callAllStr("stylesForExport", padId) || ''
|
||||
|
||||
var head =
|
||||
(noDocType ? '' : '<!doctype html>\n') +
|
||||
|
|
Loading…
Reference in New Issue