oui
This commit is contained in:
parent
feee1c0bb3
commit
8cfaf6e341
1 changed files with 3 additions and 3 deletions
|
@ -169,7 +169,7 @@ async function remplirMagasinCollegues(){
|
||||||
case_wiki.appendChild(a)
|
case_wiki.appendChild(a)
|
||||||
|
|
||||||
|
|
||||||
const test = document.createElement("td")
|
const action = document.createElement("td")
|
||||||
const btn_acheter = document.createElement("button")
|
const btn_acheter = document.createElement("button")
|
||||||
|
|
||||||
// stoquage temporaire de la clé JSON correspondant à la technologie à débloquer
|
// stoquage temporaire de la clé JSON correspondant à la technologie à débloquer
|
||||||
|
@ -232,14 +232,14 @@ async function remplirMagasinCollegues(){
|
||||||
// pour ne pas re-afficher cette ligne et éviter un clignotement
|
// pour ne pas re-afficher cette ligne et éviter un clignotement
|
||||||
magasin_coll[key] = true
|
magasin_coll[key] = true
|
||||||
|
|
||||||
test.appendChild(btn_acheter)
|
action.appendChild(btn_acheter)
|
||||||
|
|
||||||
|
|
||||||
tr.appendChild(case_nom)
|
tr.appendChild(case_nom)
|
||||||
tr.appendChild(case_boost)
|
tr.appendChild(case_boost)
|
||||||
tr.appendChild(case_cout)
|
tr.appendChild(case_cout)
|
||||||
tr.appendChild(test)
|
|
||||||
tr.appendChild(case_wiki)
|
tr.appendChild(case_wiki)
|
||||||
|
tr.appendChild(action)
|
||||||
|
|
||||||
table.appendChild(tr)
|
table.appendChild(tr)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue