Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gethugothemes/dot-hugo-documentation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorJustin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org>2021-10-14 16:29:12 +0300
committerJustin W. Flory (he/him) [UNICEF Innovation] <jflory@unicef.org>2021-10-14 16:31:29 +0300
commit52d9f7b17f3cd2780d8a6d3aa4a3dacc5ecd3498 (patch)
treec855d8d0a3c507f19501ffbb1bfa3c9cde0c55f0 /assets
parent974ee765446be020e66c7a2e5a2ed4f7e1e6b02c (diff)
: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] <jflory@unicef.org>
Diffstat (limited to 'assets')
-rw-r--r--assets/js/script.js1
1 files changed, 1 insertions, 0 deletions
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);