bye bye github
This commit is contained in:
10
public/global/nav/d3Side.js
vendored
Executable file
10
public/global/nav/d3Side.js
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
d3.select("div#menu").on("click",function(){
|
||||
d3.select("#saside").style("width","100%");
|
||||
});
|
||||
|
||||
d3.select("p#pclose").on("click",function(){
|
||||
d3.select("#saside").style("width","0%");
|
||||
});
|
||||
d3.selectAll("p.aside").on("click",function(){
|
||||
d3.select("#saside").style("width","0%");
|
||||
});
|
||||
Reference in New Issue
Block a user