summaryrefslogtreecommitdiff
path: root/scripts/rhizicore.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rhizicore.js')
-rw-r--r--scripts/rhizicore.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js
index 5c286cd6..c04fec10 100644
--- a/scripts/rhizicore.js
+++ b/scripts/rhizicore.js
@@ -485,8 +485,8 @@ function myGraph(el) {
else if (d.state === "chosen") {
return d.id;
} else {
- if (d.id.length < 14) return d.id;
- else return d.id.substring(0, 11) + "...";
+ if (d.id.length < 25) return d.id;
+ else return d.id.substring(0, 25) + "...";
}
})
.on("click", function(d, i) {