Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dalf authored Aug 6, 2024
1 parent 0f806aa commit 1d82551
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/extra/load_scoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ function addColumn(document, tr, data) {

docReady(async function() {
let table = document.getElementById("scoring-table");
// URL to replace by https://prod.ebiodiv.org/scoring.json
let scoring = await downloadScoring("https://raw.githubusercontent.com/bitem-heg-geneve/ebiodiv-matching-frontend/dist/scoring.json");
let scoring = await downloadScoring("https://prod.ebiodiv.org/scoring.json");
for (const field of scoring) {
const tr = document.createElement("tr");
addColumn(document, tr, field.order);
Expand Down

0 comments on commit 1d82551

Please sign in to comment.