var dy = (target_cy - source_cy);
end_point_arrowhead.reposition( dx, dy );
edge_path.reposition( dx, dy );
+ // var new_title = g_elem.children('title').text().replace( self.end_node_id, target_node_id );
+ // console.log( new_title );
}
}
}
$( '#' + merge_id ).parent().remove();
//notify backend
var ncpath = getTextURL( 'merge' );
- var form_values = "source_id=" + source_node_id + "&target_id=" + target_node_id + "&single=true";
+ var form_values = "source_id=" + node_ids[0] + "&target_id=" + node_ids[1] + "&single=true";
$.post( ncpath, form_values );
} );
$( '#no' + merge_id ).click( function( evt ) {