Skip to content

Commit

Permalink
Better variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Oct 24, 2023
1 parent 731d36b commit 3daf27a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SharedResources.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ with new features or general improvements.
<script src="/assets/js/langtable.js"></script>

<script>
const domProdLangs = document.querySelector('#shared');
domProdLangs.appendChild(addRepoTable({{shared_repos}}, 'shared-', ['maturity']))
const domShared = document.querySelector('#shared');
domShared.appendChild(addRepoTable({{shared_repos}}, 'shared-', ['maturity']))
</script>

<script>
Expand Down

0 comments on commit 3daf27a

Please sign in to comment.