diff --git a/core/static/webpack/user/family-graph-index.js b/core/static/webpack/user/family-graph-index.js index 0ff97f98..c6eb7278 100644 --- a/core/static/webpack/user/family-graph-index.js +++ b/core/static/webpack/user/family-graph-index.js @@ -177,7 +177,7 @@ function createGraph(container, data, activeUserId) { /** * Create a family graph of an user - * @param {FamilyGraphConfig} Configuration + * @param {FamilyGraphConfig} config **/ window.loadFamilyGraph = (config) => { document.addEventListener("alpine:init", () => { diff --git a/core/static/webpack/user/pictures-index.js b/core/static/webpack/user/pictures-index.js index 0ec234f7..68f08d25 100644 --- a/core/static/webpack/user/pictures-index.js +++ b/core/static/webpack/user/pictures-index.js @@ -35,7 +35,7 @@ import { picturesFetchPictures } from "#openapi"; /** * Load user picture page with a nice download bar - * @param {PicturePageConfig} Configuration + * @param {PicturePageConfig} config **/ window.loadPicturePage = (config) => { document.addEventListener("alpine:init", () => { diff --git a/sas/static/webpack/sas/viewer-index.js b/sas/static/webpack/sas/viewer-index.js index 222fb519..35f393e0 100644 --- a/sas/static/webpack/sas/viewer-index.js +++ b/sas/static/webpack/sas/viewer-index.js @@ -89,7 +89,7 @@ class PictureWithIdentifications { /** * Load user picture page with a nice download bar - * @param {ViewerConfig} Configuration + * @param {ViewerConfig} config **/ window.loadViewer = (config) => { document.addEventListener("alpine:init", () => {