Skip to content

Commit

Permalink
Deploying to gh-pages from @ c3bbfcf 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Feb 6, 2024
1 parent f51ae77 commit e290e17
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion assets/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3476,7 +3476,7 @@ const iziToast = /* @__PURE__ */ getDefaultExportFromCjs(iziToastExports);
);
const loadingIndicator = document.createElement("h1");
loadingIndicator.id = "loading-indicator";
loadingIndicator.textContent = "Loading glossaries…";
loadingIndicator.textContent = "Harvesting glossaries…";
document.body.appendChild(loadingIndicator);
function removeLinks(htmlString) {
const parser = new DOMParser();
Expand Down
2 changes: 1 addition & 1 deletion js/collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function loadCollections() {
<button id="save-to-full-html-page-file-button" type="button" class="btn btn-info btn-sm float-end mt-2 me-2">Save to html page</button>
<button id="save-to-json-file-button" type="button" class="btn btn-info btn-sm float-end mt-2 me-2">Save to json page</button>
<button id="save-to-json-file-button" type="button" class="btn btn-info btn-sm float-end mt-2 me-2">Save to json file</button>
`;

// Add closing tags for full HTML page
Expand Down

0 comments on commit e290e17

Please sign in to comment.