deploying passwd
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user