clickmenu
This commit is contained in:
@@ -50,13 +50,15 @@ window.onload = function(){
|
||||
|
||||
function onlinev(d){
|
||||
d3.selectAll("article.broadcast")
|
||||
.style("display","block")
|
||||
.style("display","block");
|
||||
d3.selectAll("article.broadcast,p.broadcast")
|
||||
.on("click",function(){window.location="bcast";});
|
||||
dataUpdate();
|
||||
}
|
||||
function onliner(d){
|
||||
d3.selectAll(".broadcast")
|
||||
.style("display","block")
|
||||
.style("display","block");
|
||||
d3.selectAll("article.broadcast,p.broadcast")
|
||||
.on("click",function(){window.location="radio";});
|
||||
dataUpdate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user