diff --git a/index.html b/index.html index b84879f..2ab0798 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@ preload="metadata" onloadedmetadata="mDur(dur1,audioBG)" ontimeupdate="mPlay(dur1,audioBG)"> - +
diff --git a/static/js/d3_map.js b/static/js/d3_map.js index 0eb1eb7..dfa76f3 100644 --- a/static/js/d3_map.js +++ b/static/js/d3_map.js @@ -79,8 +79,6 @@ d3.json("/static/js/group1.json", function(error, json) { .call(force.drag); - - force.on("tick", function() { link.attr("x1", function(d) { return d.source.x;