diff --git a/html/force.js b/html/force.js
index 047fa6c..60d2332 100644
--- a/html/force.js
+++ b/html/force.js
@@ -205,6 +205,10 @@ function reload() {
var n
force.links().forEach(function(x) {if (x.id == d.id) n = x})
if (n) {
+ for (var key in d)
+ if (d.hasOwnProperty(key))
+ n[key] = d[key]
+
json.links[i] = n
}
})