Skip to content

Commit

Permalink
FIX: Editing conceptual diagrams.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lejeune committed May 10, 2016
1 parent 3bd4642 commit f3be627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h1> <img src="../../style/{{type}}.png"/> {{name}} <button type="button" class=
break;
case ('ipp'):
if($.inArray(added.groundings[0], nodeids) == -1) {nodes.push({id: added.groundings[0], shape: 'box'});}
if($.inArray(added.groundings[0], nodeids) == -1) {nodes.push({id: added.groundings[1], shape: 'box'});}
if($.inArray(added.groundings[1], nodeids) == -1) {nodes.push({id: added.groundings[1], shape: 'box'});}
edges.push({id: there.value, from: added.groundings[0], to: added.groundings[1], color: 'red'});
break;
case ('dd'):
Expand Down

0 comments on commit f3be627

Please sign in to comment.