This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch preview/volunteers-staging
in repository https://gitbox.apache.org/repos/asf/comdev-site.git
The following commit(s) were added to refs/heads/preview/volunteers-staging by
this push:
new 3cf0832 Updated preview/volunteers-staging from preview/volunteers at
cd709ffbc01fd51cd2dcab0d1874bccc2ff48b9f
3cf0832 is described below
commit 3cf0832c20eaa79f46d67c64f2dcba99087bb2ed
Author: jenkins <[email protected]>
AuthorDate: Wed Nov 22 14:17:19 2023 +0000
Updated preview/volunteers-staging from preview/volunteers at
cd709ffbc01fd51cd2dcab0d1874bccc2ff48b9f
Built from
https://ci-builds.apache.org/job/Community%20Development/job/site/job/preview%252Fvolunteers/4/
---
content/js/components/whimsy-loader.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/content/js/components/whimsy-loader.js
b/content/js/components/whimsy-loader.js
index 7055082..8615791 100644
--- a/content/js/components/whimsy-loader.js
+++ b/content/js/components/whimsy-loader.js
@@ -1,3 +1,5 @@
+// This is used by the components in this folder to load
+// public data from Whimsy
const fetchPublicData = async whimsyFilename => {
var result = {};
const response = await
fetch(`https://whimsy.apache.org/public/${whimsyFilename}`);