Skip to content

Commit 6a8152e

Browse files
committed
add log to confim master container
1 parent 1eb0abd commit 6a8152e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ function saveParticipantsAndStartSimulation() {
153153

154154
masterContainers.forEach((masterContainer, index) => {
155155
let nameInput = masterContainer.querySelector(".master-name");
156+
console.log(masterContainer.innerHTML); // Log the contents of the master container
156157
let servantDropdown = masterContainer.querySelector(".servant-select");
157158
let pictureEl = masterContainer.querySelector(".master-img");
158159

0 commit comments

Comments
 (0)