deploying passwd

This commit is contained in:
mynah
2020-07-11 07:28:07 +02:00
parent f0fa09e315
commit 5549827fe3
3 changed files with 94 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ window.onload = function(){
if(e !=undefined){ console.warn("sin datos radio"); }
else{
if(d.icestats.source!=undefined){
if(d.icestats.source.listenurl == listen_url ){
if(d.icestats.source.listenurl == radio_listen_url ){
d3.select("#now").text(d.icestats.source.title);
}}}
@@ -58,6 +58,14 @@ window.onload = function(){
.on("click",function(){window.location="bcast";});
dataUpdate();
}
function onliner(d){
d3.selectAll(".broadcast")
.style("display","block");
d3.selectAll("article.broadcast,p.broadcast")
.on("click",function(){window.location="radio";});
dataUpdate();
}
function onlinerp(d){
d3.selectAll(".broadcast")
.style("display","block");