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 01:50] – qradio:player [2024/11/27 18:22] (current) – q
Line 3: Line 3:
 {{page>include:nofooter&nofooter&noeditbtn}} {{page>include:nofooter&nofooter&noeditbtn}}
 {{page>include:jukebox&nofooter&noeditbtn}} {{page>include:jukebox&nofooter&noeditbtn}}
 +{{page>include:radio:sidebarcontrols&nofooter&noeditbtn}}
 +{{page>include:radio:sidebarentries&nofooter&noeditbtn}}
 +
  
 <html><noscript>You vill turn on ze javascript und you vill be happy</noscript> <html><noscript>You vill turn on ze javascript und you vill be happy</noscript>
Line 408: 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])
         }         }
-        /*+        
         const controlEntries = document.getElementById("controlentries")         const controlEntries = document.getElementById("controlentries")
  
Line 428: Line 431:
             gwRadio.reset()             gwRadio.reset()
         }))         }))
-        */+    
     }     }
  
Line 530: 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="https://wiki.glowers.club/doku.php?id=sitemap&do=index"]')+    //const sitemapBtn = document.querySelector('.sidebar-special-categories [href="doku.php?id=sitemap&do=index"]')
     //sitemapBtn.removeAttribute("href")     //sitemapBtn.removeAttribute("href")
     //sitemapBtn.removeAttribute("title")     //sitemapBtn.removeAttribute("title")