mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 16:30:11 +00:00
Fix HTML-based PDF generator glitch.
This commit is contained in:
parent
99722e3bd1
commit
8a56c61d56
@ -23,7 +23,7 @@ Definition of the HtmlPdfGenerator class.
|
|||||||
*/
|
*/
|
||||||
onBeforeSave: function( info ) {
|
onBeforeSave: function( info ) {
|
||||||
pdf(info.mk, info.outputFile);
|
pdf(info.mk, info.outputFile);
|
||||||
return mk;
|
return info.mk;
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user