- Notifications
You must be signed in to change notification settings - Fork 0
Show materials lists #5
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
The UI isn't showing the materials lists because the hidden class isn't removed from the HTML objects.
It should probably be enough to add a
document.getElementById("result").classList.remove("hidden")in index.js at row 233