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
diff options
context:
space:
mode:
authorMehedi Sharif Titas <mehedishariftitas@gmail.com>2021-10-14 16:34:33 +0300
committerGitHub <noreply@github.com>2021-10-14 16:34:33 +0300
commit849719fffe367eebe3bec593e4a6e40826219352 (patch)
treec855d8d0a3c507f19501ffbb1bfa3c9cde0c55f0
parent974ee765446be020e66c7a2e5a2ed4f7e1e6b02c (diff)
parent52d9f7b17f3cd2780d8a6d3aa4a3dacc5ecd3498 (diff)
Merge pull request #175 from unicef/174/fix-bracket
:beetle: :wrench: assets: Add missing bracket (closes #174)
-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);