From 77e83d9d53f180292b0f9db334ee0a5857443608 Mon Sep 17 00:00:00 2001 From: alicestrt Date: Fri, 15 Jan 2021 17:31:41 +0100 Subject: [PATCH] audio shorter --- index.html | 2 +- static/js/d3_map.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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;