Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #32 from lucas-luchack/main
Browse files Browse the repository at this point in the history
✒️ Some changes
  • Loading branch information
lucas-luchack authored Oct 4, 2022
2 parents c74f871 + faf3048 commit dde6284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h3>Aucune extension installée</h3>
availableExtensions = [];

// affiche la liste des extensions disponibles
fetch("https://raw.githubusercontent.com/ecnivtwelve/Papillon/main/extensions/repo.json")
fetch("https://raw.githubusercontent.com/PapillonApp/Papillon/main/extensions/repo.json")
.then(response => response.json())
.then(data => {
for(newExtension in data) {
Expand Down
2 changes: 1 addition & 1 deletion views/marks.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h3>Chargement en cours...</h3>
<p class="p2">Coeff : x${mark.coefficient} – Moy. : ${mark.average}</p>
</div>
<div class="markValue">
<p>${value}<small>/20</small></p>
<p>${value}<small>/${mark.scale}</small></p>
</div>
</div></a>
`);
Expand Down

0 comments on commit dde6284

Please sign in to comment.