diff options
Diffstat (limited to 'scripts/rhizicore.js')
| -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 d11f42cd..5a671c11 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -152,7 +152,7 @@ function myGraph(el) { this.addLink = function(sourceId, targetId, name, state) { var sourceNode = findNode(sourceId, null); var targetNode = findNode(targetId, null); - + if(name)if(name.replace(/ /g,"")==="and")state="temp"; if ((sourceNode !== undefined) && (targetNode !== undefined)) { links.push({ "source": sourceNode, |
