From d1784c9977b3cecf9c7f6568aa305723ddd67901 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Mon, 22 Apr 2024 22:09:45 -0400 Subject: [PATCH] fix bad js --- README.md | 2 +- js/repo-listing.js | 2 +- js/stac-listing.js | 2 +- stac-extensions/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a779da3..5c00d31 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,4 @@ Centre de recherche informatique de Montréal ## Pages
- + diff --git a/js/repo-listing.js b/js/repo-listing.js index 56db53f..c7fd005 100644 --- a/js/repo-listing.js +++ b/js/repo-listing.js @@ -11,5 +11,5 @@ htmlString += `
  • ${p.name} - ${p.description}
  • `; } htmlString += ''; - document.getElementById('pages')[0].innerHTML = htmlString; + document.getElementById('pages').innerHTML = htmlString; })() diff --git a/js/stac-listing.js b/js/stac-listing.js index 6c381df..0b7a2a1 100644 --- a/js/stac-listing.js +++ b/js/stac-listing.js @@ -11,5 +11,5 @@ htmlString += `
  • ${p.name} - ${p.description}
  • `; } htmlString += ''; - document.getElementById('pages')[0].innerHTML = htmlString; + document.getElementById('pages').innerHTML = htmlString; })() diff --git a/stac-extensions/index.md b/stac-extensions/index.md index a2cc00d..21c9d3c 100644 --- a/stac-extensions/index.md +++ b/stac-extensions/index.md @@ -4,4 +4,4 @@ title: STAC Extensions under CRIM repositories ---
    - +