Documented Autism
|
High Quality Articles
|
Notable Members
|
Glowers Club
|
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
radio:player [2024/11/27 18:15] â q | radio:player [2024/11/27 18:22] (current) â q | ||
---|---|---|---|
Line 411: | Line 411: | ||
for (const mediaItem of gwRadio.json.songs) { | for (const mediaItem of gwRadio.json.songs) { | ||
gwRadio.sidebarItems[mediaItem.id] = gwRadio._createSidebarItem(mediaItem) | gwRadio.sidebarItems[mediaItem.id] = gwRadio._createSidebarItem(mediaItem) | ||
- | | + | gwRadio.sidebarElement.appendChild(gwRadio.sidebarItems[mediaItem.id]) |
} | } | ||
- | | + | |
const controlEntries = document.getElementById(" | const controlEntries = document.getElementById(" | ||
Line 431: | Line 431: | ||
gwRadio.reset() | gwRadio.reset() | ||
})) | })) | ||
- | */ | + | |
} | } | ||
Line 533: | Line 533: | ||
// document.getElementsByClassName(" | // document.getElementsByClassName(" | ||
- | //for (const a of document.getElementsByClassName(" | + | //for (const a of document.getElementsByClassName(" |
// a.href = '#/' | // a.href = '#/' | ||
- | //const sitemapBtn = document.querySelector(' | + | //const sitemapBtn = document.querySelector(' |
// | // | ||
// | // |