We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb0abd commit 6a8152eCopy full SHA for 6a8152e
1 file changed
script.js
@@ -153,6 +153,7 @@ function saveParticipantsAndStartSimulation() {
153
154
masterContainers.forEach((masterContainer, index) => {
155
let nameInput = masterContainer.querySelector(".master-name");
156
+ console.log(masterContainer.innerHTML); // Log the contents of the master container
157
let servantDropdown = masterContainer.querySelector(".servant-select");
158
let pictureEl = masterContainer.querySelector(".master-img");
159
0 commit comments