From 33e8dcefc9f1393e9806ed28044cd81c8b69160f Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 3 Nov 2014 15:54:13 +0200 Subject: fix whitespace --- scripts/rhizicore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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); } }); -- cgit v1.3.1