diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-03 15:54:13 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-03 15:55:32 +0200 |
| commit | 33e8dcefc9f1393e9806ed28044cd81c8b69160f (patch) | |
| tree | 002b77eddd94c0e94d0fb24576094c67fe090cac | |
| parent | 9d78b7e965c3627fd87b94a5c9c2d642f159e9e7 (diff) | |
fix whitespace
| -rw-r--r-- | scripts/rhizicore.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index 781e913e..67d847fa 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -170,7 +170,7 @@ function update(no_relayout) { .attr("class", "linklabel graph") .attr("text-anchor", "middle") .on("click", function(d, i) { - if(d.state !== "temp") { + if (d.state !== "temp") { editLink(d, i); } }); |
