79156229

Date: 2024-11-04 16:25:52
Score: 1.5
Natty:
Report link

i needed to add a closing "</div>" in my javascript

  let y = "";
    for (let i = 0; i<player.production.length; i++) y = y + `<div id="production${i+1}"><img src="./img/button/production_empty.svg" id="productionButton${i+1}"><progress min="0" max="1" id="production${i+1}Progress"></progress>`;
    document.getElementById('productionList').innerHTML = y;
Reasons:
  • Blacklisted phrase (0.5): i need
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ThatLittleDrummerBoi