Enhance debugging and logging in settings and toast rendering; add JSON parsing output and improve toast container handling
This commit is contained in:
parent
398800b681
commit
6a0dd75f10
3 changed files with 19 additions and 4 deletions
|
@ -164,6 +164,7 @@
|
|||
const roomOptions = Array.from(document.getElementById('room-list').options);
|
||||
const rooms = roomOptions.map(opt => {
|
||||
const data = opt.dataset;
|
||||
console.log('Room:', opt.value, opt.textContent.trim(), opt.dataset.sectionId, opt.dataset.functionId);
|
||||
|
||||
return {
|
||||
id: opt.value || undefined,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue