forked from TrueCloudLab/dot-hugo
Merge pull request #175 from unicef/174/fix-bracket
🪲 🔧 assets: Add missing bracket (closes #174)
This commit is contained in:
commit
849719fffe
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@
|
||||||
};
|
};
|
||||||
html2pdf().from(content).set(opt).save();
|
html2pdf().from(content).set(opt).save();
|
||||||
})
|
})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
Loading…
Reference in a new issue