Glowers Club

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
radio:player [2024/11/27 18:17] qradio: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])+            gwRadio.sidebarElement.appendChild(gwRadio.sidebarItems[mediaItem.id])
         }         }
                  
Line 533: Line 533:
     // document.getElementsByClassName("plugin_include__include:startheadersidebar")[0].appendChild(gwRadio.splashElement)     // document.getElementsByClassName("plugin_include__include:startheadersidebar")[0].appendChild(gwRadio.splashElement)
  
-    for (const a of document.getElementsByClassName("plugin_include__include:startheadersidebar")[0].querySelectorAll('a[href="/doku.php?id=start"]')) +    //for (const a of document.getElementsByClassName("plugin_include__include:startheadersidebar")[0].querySelectorAll('a[href="doku.php?id=start"]')) 
-        a.href = '#/'+    //    a.href = '#/'
  
     //const sitemapBtn = document.querySelector('.sidebar-special-categories [href="doku.php?id=sitemap&do=index"]')     //const sitemapBtn = document.querySelector('.sidebar-special-categories [href="doku.php?id=sitemap&do=index"]')