Merge pull request #175 from unicef/174/fix-bracket

🪲 🔧 assets: Add missing bracket (closes #174)
This commit is contained in:
Mehedi Sharif Titas 2021-10-14 19:34:33 +06:00 committed by GitHub
commit 849719fffe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,6 +145,7 @@
}; };
html2pdf().from(content).set(opt).save(); html2pdf().from(content).set(opt).save();
}) })
}
} }
})(jQuery); })(jQuery);