summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rhizicore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js
index c04fec10..85d23a52 100644
--- a/scripts/rhizicore.js
+++ b/scripts/rhizicore.js
@@ -485,7 +485,7 @@ function myGraph(el) {
else if (d.state === "chosen") {
return d.id;
} else {
- if (d.id.length < 25) return d.id;
+ if (d.id.length < 28) return d.id;
else return d.id.substring(0, 25) + "...";
}
})