bye bye github

This commit is contained in:
mynah
2018-07-13 19:06:08 -05:00
commit ee47c30aca
241 changed files with 26451 additions and 0 deletions

10
public/global/nav/d3Side.js vendored Executable file
View 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%");
});