From 52d9f7b17f3cd2780d8a6d3aa4a3dacc5ecd3498 Mon Sep 17 00:00:00 2001 From: "Justin W. Flory (he/him) [UNICEF Innovation]" Date: Thu, 14 Oct 2021 15:29:12 +0200 Subject: [PATCH] :beetle: :wrench: assets: Add missing bracket (closes #174) This commit adds a closing bracket to the method introduced in commit d127d5e2246962119bb8f677ce4e8a0522906d92. This broke the banner image and caused it to disappear from the index page. Closes themefisher/dot-hugo#174. Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] --- assets/js/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/js/script.js b/assets/js/script.js index 314aa4b..4b46685 100644 --- a/assets/js/script.js +++ b/assets/js/script.js @@ -145,6 +145,7 @@ }; html2pdf().from(content).set(opt).save(); }) + } } })(jQuery);